You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert to native Tailwind utilities for tooltip styling
Changed from arbitrary values back to standard utilities:
- bg-[var(--color-popover)] → bg-popover
- text-[var(--color-popover-foreground)] → text-popover-foreground
- fill-[var(--color-popover)] → fill-popover
- Added explicit border-border for border color
These work with Tailwind v4's @theme directive where --color-* variables
automatically become available as utilities.
0 commit comments