Make dialogs white again

This commit is contained in:
Alexey Golub 2018-12-16 00:07:17 +02:00
parent fa1e84b518
commit 17b0161ade
2 changed files with 1 additions and 1 deletions

View file

@ -78,7 +78,6 @@
<!-- Styles -->
<Style x:Key="MaterialDesignRoot" TargetType="{x:Type Control}">
<Setter Property="Background" Value="{DynamicResource MaterialDesignPaper}" />
<Setter Property="FontFamily" Value="{DynamicResource MaterialDesignFont}" />
<Setter Property="RenderOptions.BitmapScalingMode" Value="HighQuality" />
<Setter Property="SnapsToDevicePixels" Value="True" />

View file

@ -11,6 +11,7 @@
Height="550"
MinWidth="325"
d:DataContext="{d:DesignInstance Type=viewModels:RootViewModel}"
Background="{DynamicResource MaterialDesignPaper}"
FocusManager.FocusedElement="{Binding ElementName=TokenValueTextBox}"
Icon="/DiscordChatExporter;component/favicon.ico"
Style="{DynamicResource MaterialDesignRoot}"