Commit 852b6b1
authored
🤖 fix: use Radix UI Select for project dropdown on Linux (#1088)
Replace native `<select>` with Radix UI Select component in
ProjectSettingsSection.
Native `<select>` options don't respect CSS styling on Linux (GTK themes
override), causing invisible text in dark mode. The Radix Select has
full CSS control via `bg-dark text-foreground`.
**Before:** Non-hovered dropdown items had white background with
invisible text
**After:** Proper dark theme styling with visible text
_Generated with `mux`_1 parent 533b363 commit 852b6b1
File tree
1 file changed
+17
-16
lines changed- src/browser/components/Settings/sections
1 file changed
+17
-16
lines changedLines changed: 17 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
18 | 24 | | |
19 | 25 | | |
20 | 26 | | |
| |||
269 | 275 | | |
270 | 276 | | |
271 | 277 | | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
282 | 284 | | |
283 | | - | |
| 285 | + | |
284 | 286 | | |
285 | | - | |
| 287 | + | |
286 | 288 | | |
287 | | - | |
288 | | - | |
289 | | - | |
| 289 | + | |
| 290 | + | |
290 | 291 | | |
291 | 292 | | |
292 | 293 | | |
| |||
0 commit comments