Commit 2371f3b
committed
Add explicit CSS classes for tooltip utilities
Tailwind v4 may not be generating bg-primary, text-primary-foreground,
and fill-primary utilities from our @theme variables.
Added explicit CSS classes with !important to guarantee they apply:
- .bg-primary { background-color: hsl(0 0% 18%) !important; }
- .text-primary-foreground { color: hsl(0 0% 98%) !important; }
- .fill-primary { fill: hsl(0 0% 18%) !important; }
This ensures tooltips have visible styling regardless of Tailwind's
utility generation.1 parent a9ebbb0 commit 2371f3b
1 file changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
190 | 203 | | |
191 | 204 | | |
192 | 205 | | |
| |||
0 commit comments