Skip to content

Commit c84eb42

Browse files
authored
Fix tab background color in dark mode when pointer over (#824)
1 parent d48eeb8 commit c84eb42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Files/App.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<SolidColorBrush x:Key="YourHomeCardBorderColor" Color="White" />
2828
<SolidColorBrush x:Key="TabViewBackground" Color="Black" />
2929
<SolidColorBrush x:Key="TabViewItemHeaderBackgroundSelected" Color="#191919" />
30-
<SolidColorBrush x:Key="TabViewItemHeaderBackgroundPointerOver" Color="#191919" />
30+
<SolidColorBrush x:Key="TabViewItemHeaderBackgroundPointerOver" Color="#80191919" />
3131
<SolidColorBrush x:Key="TabViewItemHeaderBackgroundPressed" Color="#191919" />
3232
<SolidColorBrush x:Key="CustomInputFieldBorderBrush" Color="#FF363636" />
3333
<SolidColorBrush x:Key="RibbonBackgroundColor" Color="#131313" />

0 commit comments

Comments
 (0)