Tooltip Color #137
Replies: 1 comment 1 reply
|
Hey, take a look at how the tooltip styles are implemented https://github.com/radix-ui/themes/blob/main/packages/radix-ui-themes/src/components/tooltip.css You could override them via matching classes, or override the CSS variable used for the background there. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey there! I wanted to ask if it's possible to change the tooltip color?
I tried adding { style: "#151515" } but it only changed the background color of the text, and the little arrow below had the same default color.
Thanks!
All reactions