Skip to content

Commit

Permalink
Fix tab background color in dark mode when pointer over (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsvietOK committed May 21, 2020
1 parent d48eeb8 commit c84eb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Files/App.xaml
Expand Up @@ -27,7 +27,7 @@
<SolidColorBrush x:Key="YourHomeCardBorderColor" Color="White" />
<SolidColorBrush x:Key="TabViewBackground" Color="Black" />
<SolidColorBrush x:Key="TabViewItemHeaderBackgroundSelected" Color="#191919" />
<SolidColorBrush x:Key="TabViewItemHeaderBackgroundPointerOver" Color="#191919" />
<SolidColorBrush x:Key="TabViewItemHeaderBackgroundPointerOver" Color="#80191919" />
<SolidColorBrush x:Key="TabViewItemHeaderBackgroundPressed" Color="#191919" />
<SolidColorBrush x:Key="CustomInputFieldBorderBrush" Color="#FF363636" />
<SolidColorBrush x:Key="RibbonBackgroundColor" Color="#131313" />
Expand Down

0 comments on commit c84eb42

Please sign in to comment.