|
29 | 29 | </InkToolbarCustomToolButton>
|
30 | 30 | </InkToolbar>
|
31 | 31 |
|
32 |
| - <StackPanel Background="{ThemeResource SystemChromeMediumColor}" |
| 32 | + <StackPanel Background="{ThemeResource SystemControlBackgroundChromeMediumBrush}" |
33 | 33 | Orientation="Horizontal">
|
34 | 34 | <Grid Width="2"
|
35 | 35 | Height="48"
|
36 |
| - Background="{ThemeResource SystemListMediumColor}" /> |
| 36 | + Background="{ThemeResource SystemControlBackgroundListMediumBrush}" /> |
37 | 37 | <Button x:Name="EraseAllButton"
|
38 | 38 | Style="{StaticResource CanvasTextBoxButtonStyle}"
|
39 | 39 | ToolTipService.ToolTip="Erase All">
|
|
57 | 57 | </Button>
|
58 | 58 | </StackPanel>
|
59 | 59 | <StackPanel x:Name="CanvasTextBoxTools"
|
60 |
| - Background="{ThemeResource SystemChromeMediumColor}" |
| 60 | + Background="{ThemeResource SystemControlBackgroundChromeMediumBrush}" |
61 | 61 | Orientation="Horizontal"
|
62 | 62 | Visibility="Collapsed">
|
63 | 63 | <Grid Width="2"
|
|
157 | 157 | TargetType="ToggleButton">
|
158 | 158 | <Setter Property="Width" Value="48" />
|
159 | 159 | <Setter Property="Height" Value="48" />
|
160 |
| - <Setter Property="Background" Value="{ThemeResource SystemChromeMediumColor}" /> |
| 160 | + <Setter Property="Background" Value="{ThemeResource SystemControlBackgroundChromeMediumBrush}" /> |
161 | 161 | <Setter Property="Foreground" Value="{ThemeResource SystemControlForegroundBaseHighBrush}" />
|
162 | 162 | </Style>
|
163 | 163 | <Style x:Key="CanvasTextBoxButtonStyle"
|
164 | 164 | TargetType="Button">
|
165 | 165 | <Setter Property="Width" Value="48" />
|
166 | 166 | <Setter Property="Height" Value="48" />
|
167 |
| - <Setter Property="Background" Value="{ThemeResource SystemChromeMediumColor}" /> |
| 167 | + <Setter Property="Background" Value="{ThemeResource SystemControlBackgroundChromeMediumBrush}" /> |
168 | 168 | <Setter Property="Foreground" Value="{ThemeResource SystemControlForegroundBaseHighBrush}" />
|
169 | 169 | </Style>
|
170 | 170 |
|
|
0 commit comments