mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-15 06:38:10 -05:00
tweak(ui): make editable form headers less bright
This commit is contained in:
committed by
Kent Keirsey
parent
55b2a4388d
commit
ddfdeca8bd
@@ -21,7 +21,7 @@ const sx: SystemStyleObject = {
|
||||
maxH: 8,
|
||||
borderTopRadius: 'base',
|
||||
alignItems: 'center',
|
||||
color: 'base.300',
|
||||
color: 'base.500',
|
||||
bg: 'baseAlpha.250',
|
||||
'&[data-depth="0"]': { bg: 'baseAlpha.100' },
|
||||
'&[data-depth="1"]': { bg: 'baseAlpha.150' },
|
||||
|
||||
Reference in New Issue
Block a user