tweak(ui): make editable form headers less bright

This commit is contained in:
psychedelicious
2025-02-21 14:31:09 +10:00
committed by Kent Keirsey
parent 55b2a4388d
commit ddfdeca8bd

View File

@@ -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' },