mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): tweak link colors
- make the `SDXLConcatLink` icon match existing colors in light mode - make the link toggle button accent color when active (its not super obvious but at least there is *some* visual difference for the button)
This commit is contained in:
parent
1df30f7260
commit
e4a2f56ad1
@ -33,7 +33,7 @@ export default function ParamSDXLConcatButton() {
|
|||||||
insetInlineEnd: 1,
|
insetInlineEnd: 1,
|
||||||
top: shouldPinParametersPanel ? 12 : 20,
|
top: shouldPinParametersPanel ? 12 : 20,
|
||||||
border: 'none',
|
border: 'none',
|
||||||
color: 'base.500',
|
color: shouldConcatSDXLStylePrompt ? 'accent.500' : 'base.500',
|
||||||
_hover: {
|
_hover: {
|
||||||
bg: 'none',
|
bg: 'none',
|
||||||
},
|
},
|
||||||
|
@ -72,7 +72,8 @@ export default function SDXLConcatLink() {
|
|||||||
top: '3px',
|
top: '3px',
|
||||||
p: 1,
|
p: 1,
|
||||||
borderRadius: 4,
|
borderRadius: 4,
|
||||||
bg: 'accent.200',
|
bg: 'accent.400',
|
||||||
|
color: 'base.50',
|
||||||
_dark: {
|
_dark: {
|
||||||
bg: 'accent.500',
|
bg: 'accent.500',
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user