|
89 | 89 | <Setter Property="FontFamily" Value="{ThemeResource ContentControlThemeFontFamily}" /> |
90 | 90 | <Setter Property="FontSize" Value="{ThemeResource ControlContentThemeFontSize}" /> |
91 | 91 | <Setter Property="TitleBarBackground" Value="{ThemeResource SystemControlBackgroundChromeMediumLowBrush}" /> |
92 | | - <Setter Property="Background" Value="{ThemeResource SystemControlBackgroundAltHighBrush}" /> |
| 92 | + <Setter Property="Background" Value="{ThemeResource CardBackgroundFillColorDefaultBrush}" /> |
93 | 93 | <Setter Property="Foreground" Value="{ThemeResource SystemControlForegroundBaseHighBrush}" /> |
94 | 94 | <Setter Property="TabNavigation" Value="Local" /> |
95 | 95 | <Setter Property="IsHoldingEnabled" Value="True" /> |
|
99 | 99 | <Setter Property="Margin" Value="0" /> |
100 | 100 | <Setter Property="MinWidth" Value="{ThemeResource GridViewItemMinWidth}" /> |
101 | 101 | <Setter Property="MinHeight" Value="{ThemeResource GridViewItemMinHeight}" /> |
102 | | - <Setter Property="BorderBrush" Value="{ThemeResource SystemControlForegroundChromeHighBrush}" /> |
| 102 | + <Setter Property="BorderBrush" Value="{ThemeResource CardStrokeColorDefaultBrush}" /> |
103 | 103 | <Setter Property="BorderThickness" Value="1" /> |
104 | 104 | <Setter Property="IsTabStop" Value="False" /> |
105 | 105 | <Setter Property="IsExpanded" Value="True"/> |
|
156 | 156 | Background="{TemplateBinding CloseButtonBackground}" |
157 | 157 | Style="{StaticResource ButtonRevealStyle}" |
158 | 158 | BorderThickness="1" |
159 | | - Width="32" |
160 | | - Height="32" |
| 159 | + VerticalAlignment="Stretch" |
161 | 160 | Content="" |
162 | 161 | FontFamily="Segoe MDL2 Assets" |
163 | 162 | FontSize="14" |
|
169 | 168 | Background="{TemplateBinding CloseButtonBackground}" |
170 | 169 | Style="{StaticResource ButtonRevealStyle}" |
171 | 170 | BorderThickness="1" |
172 | | - Width="32" |
173 | | - Height="32" |
| 171 | + VerticalAlignment="Stretch" |
174 | 172 | Content="" |
175 | 173 | FontFamily="Segoe MDL2 Assets" |
176 | 174 | FontSize="14" |
|
0 commit comments