Open kevinmitch14 opened 6 months ago
When using Text inside a Tooltip, the Text color is based on the theme(light), while the Tooltip background itself is the opposite.(dark)
Text
Tooltip
<Tooltip content={ <Text size={"2"} color="amber"> Warning </Text> } >
And with highContrast
highContrast
Fair, right now the Tooltip is designed for simple content that'd inherit the text color, but we'll look into this at some point
When using
Text
inside aTooltip
, theText
color is based on the theme(light), while the Tooltip background itself is the opposite.(dark)And with
highContrast