File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Microsoft.Toolkit.Uwp.UI.Controls.Layout/Expander Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 11
11
12
12
<Style x : Key =" HeaderToggleButtonStyle"
13
13
TargetType =" ToggleButton" >
14
- <Setter Property =" Background" Value =" {ThemeResource SystemControlBackgroundChromeMediumLowBrush}" />
15
- <Setter Property =" Foreground" Value =" {ThemeResource SystemControlForegroundBaseHighBrush}" />
16
- <Setter Property =" BorderBrush" Value =" {ThemeResource SystemControlForegroundTransparentBrush}" />
14
+ <Setter Property =" Background" Value =" {ThemeResource ExpanderHeaderBackground}" />
15
+ <Setter Property =" BorderBrush" Value =" {ThemeResource ExpanderHeaderBorderBrush}" />
17
16
<Setter Property =" BorderThickness" Value =" 0" />
18
17
<Setter Property =" Padding" Value =" 2,0,0,0" />
19
18
<Setter Property =" Height" Value =" 40" />
You can’t perform that action at this time.
0 commit comments