Skip to content

Commit 4ef6951

Browse files
Rosuaviomichael-hawker
authored andcommitted
BaldeView use WinUI themes.
BladeViewItem use CardBackgroundFillColorDefaultBrush for background. use CardStrokeColorDefaultBrush for BorderBrush.
1 parent 9abaac7 commit 4ef6951

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Microsoft.Toolkit.Uwp.UI.Controls.Layout/BladeView/BladeView.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<Setter Property="FontFamily" Value="{ThemeResource ContentControlThemeFontFamily}" />
9090
<Setter Property="FontSize" Value="{ThemeResource ControlContentThemeFontSize}" />
9191
<Setter Property="TitleBarBackground" Value="{ThemeResource SystemControlBackgroundChromeMediumLowBrush}" />
92-
<Setter Property="Background" Value="{ThemeResource SystemControlBackgroundAltHighBrush}" />
92+
<Setter Property="Background" Value="{ThemeResource CardBackgroundFillColorDefaultBrush}" />
9393
<Setter Property="Foreground" Value="{ThemeResource SystemControlForegroundBaseHighBrush}" />
9494
<Setter Property="TabNavigation" Value="Local" />
9595
<Setter Property="IsHoldingEnabled" Value="True" />
@@ -99,7 +99,7 @@
9999
<Setter Property="Margin" Value="0" />
100100
<Setter Property="MinWidth" Value="{ThemeResource GridViewItemMinWidth}" />
101101
<Setter Property="MinHeight" Value="{ThemeResource GridViewItemMinHeight}" />
102-
<Setter Property="BorderBrush" Value="{ThemeResource SystemControlForegroundChromeHighBrush}" />
102+
<Setter Property="BorderBrush" Value="{ThemeResource CardStrokeColorDefaultBrush}" />
103103
<Setter Property="BorderThickness" Value="1" />
104104
<Setter Property="IsTabStop" Value="False" />
105105
<Setter Property="IsExpanded" Value="True"/>

0 commit comments

Comments
 (0)