Light theme fix

This commit is contained in:
Niels Laute 2020-11-10 20:17:47 +01:00
parent 1e00d8cdaf
commit e4e2586939
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@
<Color x:Key="Theme.PrimaryAccentColor">White</Color>
<SolidColorBrush x:Key="SecondaryBackgroundBrush" Color="#FFe5e5e5" />
<SolidColorBrush x:Key="PrimaryBackgroundBrush" Color="#FFf7f7f7" />
<SolidColorBrush x:Key="PrimaryBackgroundBrush" Color="#FFf5f5f5" />
<SolidColorBrush x:Key="PrimaryForegroundBrush" Color="#FF000000" />
<SolidColorBrush x:Key="SecondaryForegroundBrush" Color="#FF676666" />
<SolidColorBrush x:Key="PrimaryBorderBrush" Color="Black"/>

View file

@ -16,7 +16,7 @@
<Color x:Key="Theme.PrimaryAccentColor">White</Color>
<SolidColorBrush x:Key="SecondaryBackgroundBrush" Color="#FFe5e5e5" />
<SolidColorBrush x:Key="PrimaryBackgroundBrush" Color="#FFf7f7f7" />
<SolidColorBrush x:Key="PrimaryBackgroundBrush" Color="#FFf5f5f5" />
<SolidColorBrush x:Key="PrimaryForegroundBrush" Color="#FF000000" />
<SolidColorBrush x:Key="SecondaryForegroundBrush" Color="#FF676666" />
<SolidColorBrush x:Key="PrimaryBorderBrush" Color="Transparent"/>