feat(ui): increase brightnesst of accordion title

This commit is contained in:
psychedelicious 2024-01-04 19:49:27 +11:00 committed by Kent Keirsey
parent ac0d0019bd
commit fcf2006502

View File

@ -23,7 +23,7 @@ const invokeAIButton = defineStyle((_props) => {
fontSize: 'sm',
border: 'none',
borderRadius: 'base',
color: 'base.400',
color: 'base.300',
_hover: {},
_expanded: {
borderBottomRadius: 'none',