feat: Make the active processing node light up

This commit is contained in:
blessedcoolant
2023-08-23 19:40:59 +12:00
committed by psychedelicious
parent 90abd0fe49
commit 2ec8fd3dc7
2 changed files with 34 additions and 5 deletions

View File

@@ -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: {