Skip to content

Commit f1e51ec

Browse files
authored
feat(tooltip): update colors (#8271)
1 parent 3c525b8 commit f1e51ec

File tree

6 files changed

+3098
-832
lines changed

6 files changed

+3098
-832
lines changed

apps/v4/content/docs/components/tooltip.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,13 @@ import {
6565
</TooltipContent>
6666
</Tooltip>
6767
```
68+
69+
---
70+
71+
## Changelog
72+
73+
### 2025-09-22 Update tooltip colors
74+
75+
We've updated the tooltip colors to use the foreground color for the background and the background color for the foreground.
76+
77+
Replace `bg-primary text-primary-foreground` with `bg-foreground text-background` for both `<TooltipContent />` and `<TooltipArrow />`.

0 commit comments

Comments
 (0)