feat: Update status and progress colors to match new theme

This commit is contained in:
blessedcoolant
2024-01-04 00:40:43 +05:30
committed by Kent Keirsey
parent 2250bca8d9
commit 535639cb95
3 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ const { defineMultiStyleConfig, definePartsStyle } =
createMultiStyleConfigHelpers(parts.keys);
const invokeAIFilledTrack = defineStyle((_props) => ({
bg: 'invokeYellow.500',
bg: 'blue.500',
}));
const invokeAITrack = defineStyle((_props) => {