Commit 8e961d5
Use theme.text for Android picker item color to support high contrast themes
BasePicker was using theme.textLight for Android native picker dialog items,
assuming it would always be a light color. In the DARK_CONTRAST theme, textLight
maps to #002E22 (a dark color), making picker items invisible on the dark native
dialog background. Changed to use theme.text which is #E7ECE9 in both dark and
dark-contrast themes.
Co-authored-by: Situ Chandra Shil <situchan@users.noreply.github.com>1 parent 809efef commit 8e961d5
1 file changed
Lines changed: 3 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
147 | 146 | | |
148 | 147 | | |
149 | 148 | | |
| 149 | + | |
| 150 | + | |
150 | 151 | | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
| 152 | + | |
158 | 153 | | |
159 | 154 | | |
160 | 155 | | |
| |||
0 commit comments