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 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" />
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" />
You can’t perform that action at this time.
0 commit comments