Updated nugest packages

This commit is contained in:
Niels Laute
2021-08-09 08:36:06 +02:00
parent bc93a27e31
commit 160b5dc1aa
4 changed files with 28 additions and 94 deletions

View File

@@ -32,12 +32,11 @@
</Style>
<!-- Setting expander style -->
<Style x:Key="SettingsExpanderStyle" TargetType="muxc:Expander">
<Style TargetType="muxc:Expander">
<Setter Property="Background" Value="{ThemeResource CardBackgroundBrush}" />
<Setter Property="BorderThickness" Value="{ThemeResource CardBorderThickness}" />
<Setter Property="BorderBrush" Value="{ThemeResource CardBorderBrush}" />
<Setter Property="HorizontalAlignment" Value="Stretch" />
<Setter Property="HorizontalContentAlignment" Value="Stretch" />
</Style>
</ResourceDictionary>