mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
feat: Make the active processing node light up
This commit is contained in:
committed by
psychedelicious
parent
90abd0fe49
commit
2ec8fd3dc7
@@ -58,12 +58,12 @@ export const theme: ThemeOverride = {
|
||||
nodeHeader: {
|
||||
bg: 'base.200',
|
||||
color: 'base.900',
|
||||
'.chakra-ui-dark &': { bg: 'base.700', color: 'base.100' },
|
||||
'.chakra-ui-dark &': { bg: 'base.900', color: 'base.100' },
|
||||
},
|
||||
nodeFooter: {
|
||||
bg: 'base.200',
|
||||
color: 'base.900',
|
||||
'.chakra-ui-dark &': { bg: 'base.700', color: 'base.100' },
|
||||
'.chakra-ui-dark &': { bg: 'base.900', color: 'base.100' },
|
||||
},
|
||||
},
|
||||
styles: {
|
||||
|
||||
Reference in New Issue
Block a user