Commit 07c8232
committed
Increase dark-mode button contrast
The primary button's text and the secondary button's border were both
low-contrast against the teal/dark backgrounds in dark mode. Bump them
to match the higher-contrast treatment on reactnative.dev:
- primary text: dark:text-secondary (#404756) -> dark:text-gray-95 (#16181D)
- secondary border: #404756 -> #4E5769 (matches RN's rgb(78,86,104))
Primary button text contrast goes from ~4.6:1 to ~8.9:1. Dark mode only.1 parent 4efe72d commit 07c8232
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments