Update nuget packages

This commit is contained in:
Alexey Golub
2019-07-17 13:06:40 +03:00
parent 5630020d88
commit 835910ee22
3 changed files with 5 additions and 3 deletions

View File

@@ -89,6 +89,8 @@
<Setter Property="UseLayoutRounding" Value="True" />
</Style>
<Style BasedOn="{StaticResource MaterialDesignScrollBarMinimal}" TargetType="{x:Type ScrollBar}" />
<Style BasedOn="{StaticResource MaterialDesignLinearProgressBar}" TargetType="{x:Type ProgressBar}">
<Setter Property="BorderThickness" Value="0" />
<Setter Property="Foreground" Value="{DynamicResource SecondaryAccentBrush}" />