mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
feat: Update status and progress colors to match new theme
This commit is contained in:
committed by
Kent Keirsey
parent
2250bca8d9
commit
535639cb95
@@ -8,7 +8,7 @@ const { defineMultiStyleConfig, definePartsStyle } =
|
||||
createMultiStyleConfigHelpers(parts.keys);
|
||||
|
||||
const invokeAIFilledTrack = defineStyle((_props) => ({
|
||||
bg: 'invokeYellow.500',
|
||||
bg: 'blue.500',
|
||||
}));
|
||||
|
||||
const invokeAITrack = defineStyle((_props) => {
|
||||
|
||||
Reference in New Issue
Block a user