mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00: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