radix-ui / themes

Radix Themes is an open-source component library optimized for fast development, easy maintenance, and accessibility. Maintained by @workos.
https://radix-ui.com/themes
MIT License
4.74k stars 163 forks source link

[Tooltip] Issue: Text inside is based on theme #476

Open kevinmitch14 opened 2 months ago

kevinmitch14 commented 2 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)

<Tooltip
  content={
    <Text size={"2"} color="amber">
      Warning
    </Text>
  }
>
Screenshot 2024-04-25 at 13 13 58

And with highContrast

Screenshot 2024-04-25 at 13 14 20
vladmoroz commented 1 month ago

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