radix-ui / themes

Radix Themes is an open-source component library optimized for fast development, easy maintenance, and accessibility. Maintained by @workos.

Home Page:https://radix-ui.com/themes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Tooltip] Issue: Text inside is based on theme

kevinmitch14 opened this issue · comments

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

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