Commit efe0f32
committed
style: fix text readability in SelectableList for Monet mode
- Replace 'colorControlNormal' with 'colorOnSurface' to ensure text contrast against dynamic surface backgrounds.
- Update selection style to use Material 3 'colorPrimaryContainer' and 'colorOnPrimaryContainer' color pairs.
- Remove hardcoded Alpha/RGB arithmetic in favor of themed semantic colors.
- Ensure unselected items remain transparent to inherit the container's dynamic theme.1 parent 2d191f2 commit efe0f32
1 file changed
Lines changed: 8 additions & 15 deletions
Lines changed: 8 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 43 | + | |
| 44 | + | |
52 | 45 | | |
53 | 46 | | |
54 | | - | |
| 47 | + | |
55 | 48 | | |
56 | 49 | | |
57 | 50 | | |
58 | 51 | | |
59 | | - | |
| 52 | + | |
0 commit comments