File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Microsoft.Toolkit.Uwp.UI.Controls.Layout/BladeView Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments