fix(ui): restore prev colors for workflow editor

Brand colors are now prefixed with "invoke".
This commit is contained in:
psychedelicious
2024-01-06 00:08:36 +11:00
committed by Kent Keirsey
parent d8d266d3be
commit 1a710a4c12
18 changed files with 41 additions and 41 deletions

View File

@ -218,7 +218,7 @@ const AddNodePopover = () => {
p={0}
top={-1}
shadow="dark-lg"
borderColor="blue.400"
borderColor="invokeBlue.400"
borderWidth="2px"
borderStyle="solid"
>

View File

@ -28,7 +28,7 @@ const MinimapPanel = () => {
zoomable
nodeBorderRadius={15}
sx={minimapStyles}
nodeColor="var(--invokeai-colors-blue-600)"
nodeColor="var(--invokeai-colors-base-600)"
maskColor="var(--invokeai-colors-blackAlpha-600)"
/>
)}