mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): restore prev colors for workflow editor
Brand colors are now prefixed with "invoke".
This commit is contained in:
committed by
Kent Keirsey
parent
d8d266d3be
commit
1a710a4c12
@ -218,7 +218,7 @@ const AddNodePopover = () => {
|
||||
p={0}
|
||||
top={-1}
|
||||
shadow="dark-lg"
|
||||
borderColor="blue.400"
|
||||
borderColor="invokeBlue.400"
|
||||
borderWidth="2px"
|
||||
borderStyle="solid"
|
||||
>
|
||||
|
@ -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)"
|
||||
/>
|
||||
)}
|
||||
|
Reference in New Issue
Block a user