Skip to content

Commit

Permalink
fix(systemresource): SystemErrorTextColor was not of right color on…
Browse files Browse the repository at this point in the history
… `Light` theme (yellow instead of red).
  • Loading branch information
carldebilly committed Jun 16, 2020
1 parent 33ea0b9 commit 9d167f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.UI/UI/Xaml/Style/Generic/SystemResources.xaml
Expand Up @@ -2631,7 +2631,7 @@
<Color x:Key="SystemChromeWhiteColor">#FFFFFFFF</Color>
<Color x:Key="SystemListLowColor">#19000000</Color>
<Color x:Key="SystemListMediumColor">#33000000</Color>
<Color x:Key="SystemErrorTextColor">#FFF000</Color>
<Color x:Key="SystemErrorTextColor">#C50500</Color>
<SolidColorBrush x:Key="SystemControlTransparentBrush" Color="Transparent"/>
<SolidColorBrush x:Key="SystemControlBackgroundAccentBrush" Color="{ThemeResource SystemAccentColor}"/>
<SolidColorBrush x:Key="SystemControlBackgroundAltHighBrush" Color="{StaticResource SystemAltHighColor}"/>
Expand Down

0 comments on commit 9d167f5

Please sign in to comment.