mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
define text color for tooltips
This commit is contained in:
parent
5413bf07e2
commit
cefdf9ed00
@ -8,6 +8,7 @@ const baseStyle = defineStyle(() => ({
|
|||||||
borderRadius: 'md',
|
borderRadius: 'md',
|
||||||
shadow: 'dark-lg',
|
shadow: 'dark-lg',
|
||||||
bg: 'base.200',
|
bg: 'base.200',
|
||||||
|
color: 'base.800',
|
||||||
[$arrowBg.variable]: 'colors.base.200',
|
[$arrowBg.variable]: 'colors.base.200',
|
||||||
pb: 1.5,
|
pb: 1.5,
|
||||||
}));
|
}));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user