We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d48eeb8 commit c84eb42Copy full SHA for c84eb42
Files/App.xaml
@@ -27,7 +27,7 @@
27
<SolidColorBrush x:Key="YourHomeCardBorderColor" Color="White" />
28
<SolidColorBrush x:Key="TabViewBackground" Color="Black" />
29
<SolidColorBrush x:Key="TabViewItemHeaderBackgroundSelected" Color="#191919" />
30
- <SolidColorBrush x:Key="TabViewItemHeaderBackgroundPointerOver" Color="#191919" />
+ <SolidColorBrush x:Key="TabViewItemHeaderBackgroundPointerOver" Color="#80191919" />
31
<SolidColorBrush x:Key="TabViewItemHeaderBackgroundPressed" Color="#191919" />
32
<SolidColorBrush x:Key="CustomInputFieldBorderBrush" Color="#FF363636" />
33
<SolidColorBrush x:Key="RibbonBackgroundColor" Color="#131313" />
0 commit comments