Skip to content

Commit 9ceabc1

Browse files
Rosuaviomichael-hawker
authored andcommitted
Expander - align style more with WinUI expander
1 parent 4ef6951 commit 9ceabc1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@
1111

1212
<Style x:Key="HeaderToggleButtonStyle"
1313
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}" />
1716
<Setter Property="BorderThickness" Value="0" />
1817
<Setter Property="Padding" Value="2,0,0,0" />
1918
<Setter Property="Height" Value="40" />

0 commit comments

Comments
 (0)