|
39 | 39 | <Setter Property="PressedForeground"
|
40 | 40 | Value="{ThemeResource CalendarViewPressedForeground}" />
|
41 | 41 | <Setter Property="OutOfScopeForeground"
|
42 |
| - Value="{ThemeResource CalendarViewOutOfScopeForeground}" /> |
| 42 | + Value="{ThemeResource OnSurfaceLowBrush}" /> |
43 | 43 | <Setter Property="CalendarItemForeground"
|
44 | 44 | Value="{ThemeResource CalendarViewCalendarItemForeground}" />
|
45 | 45 | <Setter Property="OutOfScopeBackground"
|
46 |
| - Value="{ThemeResource CalendarViewOutOfScopeBackground}" /> |
| 46 | + Value="Transparent" /> |
47 | 47 | <Setter Property="CalendarItemBackground"
|
48 | 48 | Value="{ThemeResource CalendarViewCalendarItemRevealBackground}" />
|
49 | 49 | <Setter Property="Foreground"
|
50 |
| - Value="{ThemeResource OnPrimaryBrush}" /> |
| 50 | + Value="{ThemeResource OnSurfaceVariantBrush}" /> |
51 | 51 | <Setter Property="Background"
|
52 |
| - Value="{ThemeResource PrimaryBrush}" /> |
| 52 | + Value="{ThemeResource SurfaceBrush}" /> |
53 | 53 | <Setter Property="BorderBrush"
|
54 | 54 | Value="{ThemeResource SurfaceBrush}" />
|
55 | 55 | <Setter Property="DayItemFontFamily"
|
|
146 | 146 | <VisualStateManager.VisualStateGroups>
|
147 | 147 | <VisualStateGroup x:Name="CommonStates">
|
148 | 148 | <VisualState x:Name="Normal" />
|
149 |
| - <VisualState x:Name="PointerOver"> |
150 |
| - <VisualState.Setters> |
151 |
| - <Setter Target="Text.BorderBrush" |
152 |
| - Value="{ThemeResource CalendarViewNavigationButtonBorderBrushPointerOver}" /> |
153 |
| - <Setter Target="Text.Foreground" |
154 |
| - Value="{ThemeResource OnPrimaryMediumBrush}" /> |
155 |
| - </VisualState.Setters> |
156 |
| - </VisualState> |
157 |
| - <VisualState x:Name="Pressed"> |
158 |
| - <VisualState.Setters> |
159 |
| - <Setter Target="Text.Foreground" |
160 |
| - Value="{ThemeResource OnPrimaryLowBrush}" /> |
161 |
| - </VisualState.Setters> |
162 |
| - </VisualState> |
| 149 | + <VisualState x:Name="PointerOver" /> |
| 150 | + <VisualState x:Name="Pressed" /> |
163 | 151 | <VisualState x:Name="Disabled" />
|
164 | 152 | </VisualStateGroup>
|
165 | 153 | </VisualStateManager.VisualStateGroups>
|
|
203 | 191 | <VisualStateManager.VisualStateGroups>
|
204 | 192 | <VisualStateGroup x:Name="CommonStates">
|
205 | 193 | <VisualState x:Name="Normal" />
|
206 |
| - |
207 |
| - <VisualState x:Name="PointerOver"> |
208 |
| - <VisualState.Setters> |
209 |
| - <Setter Target="Text.BorderBrush" |
210 |
| - Value="{ThemeResource CalendarViewNavigationButtonBorderBrushPointerOver}" /> |
211 |
| - <Setter Target="Text.Foreground" |
212 |
| - Value="{ThemeResource OnPrimaryMediumBrush}" /> |
213 |
| - <Setter Target="DownArrowGlyph.Fill" |
214 |
| - Value="{ThemeResource OnPrimaryMediumBrush}" /> |
215 |
| - </VisualState.Setters> |
216 |
| - </VisualState> |
217 |
| - |
218 |
| - <VisualState x:Name="Pressed"> |
219 |
| - <VisualState.Setters> |
220 |
| - <Setter Target="Text.Foreground" |
221 |
| - Value="{ThemeResource OnPrimaryLowBrush}" /> |
222 |
| - <Setter Target="DownArrowGlyph.Fill" |
223 |
| - Value="{ThemeResource OnPrimaryLowBrush}" /> |
224 |
| - </VisualState.Setters> |
225 |
| - </VisualState> |
| 194 | + <VisualState x:Name="PointerOver" /> |
| 195 | + <VisualState x:Name="Pressed" /> |
226 | 196 | <VisualState x:Name="Disabled">
|
227 | 197 | <VisualState.Setters>
|
228 | 198 | <Setter Target="DownArrowGlyph.Opacity"
|
|
0 commit comments