Commit a51a739
fix: remove gradient text effect that hides proxy group titles (#1857)
The bg-clip-text + text-transparent technique conflicts with line-clamp-1
in some browsers, causing titles to become invisible. Replace with simple
text-base-content since the original gradient (base-content to
base-content/70) had negligible visual difference.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent dcd8163 commit a51a739
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
348 | | - | |
| 348 | + | |
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
| |||
0 commit comments