define text color for tooltips

This commit is contained in:
Mary Hipp 2024-01-02 09:42:22 -05:00 committed by Kent Keirsey
parent 5413bf07e2
commit cefdf9ed00

View File

@ -8,6 +8,7 @@ const baseStyle = defineStyle(() => ({
borderRadius: 'md',
shadow: 'dark-lg',
bg: 'base.200',
color: 'base.800',
[$arrowBg.variable]: 'colors.base.200',
pb: 1.5,
}));