Commit aa695e6
Fix WCAG contrast on tool status pills
muted-foreground (~#9a9a9a) on muted background (~#363636 dark /
#f5f5f5 light) is ~4.2:1 and ~4.4:1 respectively — both under the 4.5:1
AA threshold for 12px text. Adding text-foreground to each pill overrides
the inherited muted-foreground, giving white-on-dark (~14:1) and
near-black-on-light (~13:1) in all states.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 8eb6564 commit aa695e6
File tree
1 file changed
+6
-2
lines changed1 file changed
+6
-2
lines changedLines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
| |||
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
64 | | - | |
| 67 | + | |
65 | 68 | | |
66 | 69 | | |
67 | 70 | | |
68 | 71 | | |
69 | | - | |
| 72 | + | |
| 73 | + | |
70 | 74 | | |
71 | 75 | | |
72 | 76 | | |
| |||
0 commit comments