Introducing SettingExpander

This commit is contained in:
Niels Laute
2021-08-11 23:28:00 +02:00
parent d1a0a3b15e
commit 88c5c07dd3
12 changed files with 179 additions and 126 deletions

View File

@@ -32,7 +32,8 @@
</Style>
<!-- Setting expander style -->
<Style TargetType="muxc:Expander">
<Style x:Key="SettingExpanderStyle" TargetType="muxc:Expander">
<Setter Property="Background" Value="{ThemeResource CardBackgroundBrush}" />
<Setter Property="BorderThickness" Value="{ThemeResource CardBorderThickness}" />
<Setter Property="BorderBrush" Value="{ThemeResource CardBorderBrush}" />