Commit c1da26f
authored
Fix Settings page text not adopting High Contrast Aquatic/Desert themes (#2463)
Add HighContrast theme dictionary to Settings.xaml that overrides
TextFillColorPrimaryBrush and TextFillColorSecondaryBrush to use
SystemColorWindowTextColor. Also fix SettingsRichTextBlockStyle using
TextFillColorPrimary (a Color) instead of TextFillColorPrimaryBrush
(a Brush) for the Foreground property.1 parent 624a468 commit c1da26f
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
16 | 23 | | |
17 | 24 | | |
18 | 25 | | |
| |||
27 | 34 | | |
28 | 35 | | |
29 | 36 | | |
30 | | - | |
| 37 | + | |
31 | 38 | | |
32 | 39 | | |
33 | 40 | | |
| |||
0 commit comments