|
6 | 6 | <Setter Property="Foreground" Value="{DynamicResource PrimaryHueDarkBrush}" /> |
7 | 7 | <Style.Triggers> |
8 | 8 | <Trigger Property="IsMouseOver" Value="true"> |
9 | | - <Setter Property="Foreground" Value="{DynamicResource PrimaryHueLightBrush}" /> |
| 9 | + <Setter Property="Foreground" Value="{DynamicResource PrimaryHueMidBrush}" /> |
10 | 10 | </Trigger> |
11 | 11 | <Trigger Property="IsEnabled" Value="false"> |
12 | 12 | <Setter Property="Foreground" |
|
23 | 23 | <Setter Property="Foreground" Value="{DynamicResource PrimaryHueDarkBrush}" /> |
24 | 24 | <Style.Triggers> |
25 | 25 | <Trigger Property="IsMouseOver" Value="true"> |
26 | | - <Setter Property="Foreground" Value="{DynamicResource PrimaryHueLightBrush}" /> |
| 26 | + <Setter Property="Foreground" Value="{DynamicResource PrimaryHueMidBrush}" /> |
27 | 27 | </Trigger> |
28 | 28 | <Trigger Property="IsEnabled" Value="false"> |
29 | 29 | <Setter Property="Foreground" |
|
40 | 40 | <Setter Property="Foreground" Value="{DynamicResource PrimaryHueDarkBrush}" /> |
41 | 41 | <Style.Triggers> |
42 | 42 | <Trigger Property="IsMouseOver" Value="true"> |
43 | | - <Setter Property="Foreground" Value="{DynamicResource PrimaryHueLightBrush}" /> |
| 43 | + <Setter Property="Foreground" Value="{DynamicResource PrimaryHueMidBrush}" /> |
44 | 44 | </Trigger> |
45 | 45 | <Trigger Property="IsEnabled" Value="false"> |
46 | 46 | <Setter Property="Foreground" |
|
57 | 57 | <Setter Property="Foreground" Value="{DynamicResource PrimaryHueDarkBrush}" /> |
58 | 58 | <Style.Triggers> |
59 | 59 | <Trigger Property="IsMouseOver" Value="true"> |
60 | | - <Setter Property="Foreground" Value="{DynamicResource PrimaryHueLightBrush}" /> |
| 60 | + <Setter Property="Foreground" Value="{DynamicResource PrimaryHueMidBrush}" /> |
61 | 61 | </Trigger> |
62 | 62 | <Trigger Property="IsEnabled" Value="false"> |
63 | 63 | <Setter Property="Foreground" |
|
74 | 74 | <Setter Property="Foreground" Value="{DynamicResource PrimaryHueDarkBrush}" /> |
75 | 75 | <Style.Triggers> |
76 | 76 | <Trigger Property="IsMouseOver" Value="true"> |
77 | | - <Setter Property="Foreground" Value="{DynamicResource PrimaryHueLightBrush}" /> |
| 77 | + <Setter Property="Foreground" Value="{DynamicResource PrimaryHueMidBrush}" /> |
78 | 78 | </Trigger> |
79 | 79 | <Trigger Property="IsEnabled" Value="false"> |
80 | 80 | <Setter Property="Foreground" |
|
91 | 91 | <Setter Property="Foreground" Value="{DynamicResource PrimaryHueDarkBrush}" /> |
92 | 92 | <Style.Triggers> |
93 | 93 | <Trigger Property="IsMouseOver" Value="true"> |
94 | | - <Setter Property="Foreground" Value="{DynamicResource PrimaryHueLightBrush}" /> |
| 94 | + <Setter Property="Foreground" Value="{DynamicResource PrimaryHueMidBrush}" /> |
95 | 95 | </Trigger> |
96 | 96 | <Trigger Property="IsEnabled" Value="false"> |
97 | 97 | <Setter Property="Foreground" |
|
108 | 108 | <Setter Property="Foreground" Value="{DynamicResource PrimaryHueDarkBrush}" /> |
109 | 109 | <Style.Triggers> |
110 | 110 | <Trigger Property="IsMouseOver" Value="true"> |
111 | | - <Setter Property="Foreground" Value="{DynamicResource PrimaryHueLightBrush}" /> |
| 111 | + <Setter Property="Foreground" Value="{DynamicResource PrimaryHueMidBrush}" /> |
112 | 112 | </Trigger> |
113 | 113 | <Trigger Property="IsEnabled" Value="false"> |
114 | 114 | <Setter Property="Foreground" |
|
125 | 125 | <Setter Property="Foreground" Value="{DynamicResource PrimaryHueDarkBrush}" /> |
126 | 126 | <Style.Triggers> |
127 | 127 | <Trigger Property="IsMouseOver" Value="true"> |
128 | | - <Setter Property="Foreground" Value="{DynamicResource PrimaryHueLightBrush}" /> |
| 128 | + <Setter Property="Foreground" Value="{DynamicResource PrimaryHueMidBrush}" /> |
129 | 129 | </Trigger> |
130 | 130 | <Trigger Property="IsEnabled" Value="false"> |
131 | 131 | <Setter Property="Foreground" |
|
142 | 142 | <Setter Property="Foreground" Value="{DynamicResource PrimaryHueDarkBrush}" /> |
143 | 143 | <Style.Triggers> |
144 | 144 | <Trigger Property="IsMouseOver" Value="true"> |
145 | | - <Setter Property="Foreground" Value="{DynamicResource PrimaryHueLightBrush}" /> |
| 145 | + <Setter Property="Foreground" Value="{DynamicResource PrimaryHueMidBrush}" /> |
146 | 146 | </Trigger> |
147 | 147 | <Trigger Property="IsEnabled" Value="false"> |
148 | 148 | <Setter Property="Foreground" |
|
159 | 159 | <Setter Property="Foreground" Value="{DynamicResource PrimaryHueDarkBrush}" /> |
160 | 160 | <Style.Triggers> |
161 | 161 | <Trigger Property="IsMouseOver" Value="true"> |
162 | | - <Setter Property="Foreground" Value="{DynamicResource PrimaryHueLightBrush}" /> |
| 162 | + <Setter Property="Foreground" Value="{DynamicResource PrimaryHueMidBrush}" /> |
163 | 163 | </Trigger> |
164 | 164 | <Trigger Property="IsEnabled" Value="false"> |
165 | 165 | <Setter Property="Foreground" |
|
0 commit comments