Skip to content

Commit

Permalink
Update PathIcons.xaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yaira2 committed Jul 20, 2023
1 parent 116d44b commit 5b6f1f3
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 104 deletions.
2 changes: 1 addition & 1 deletion src/Files.App/App.xaml
Expand Up @@ -60,7 +60,7 @@
<SolidColorBrush x:Key="App.Theme.FileArea.BackgroundBrush" Color="Transparent" />

<SolidColorBrush x:Key="TabViewItemHeaderBackground" Color="{StaticResource SystemColorWindowColor}" />
<SolidColorBrush x:Key="TabViewItemHeaderBackgroundSelected" Color="{StaticResource LayerFillColorDefault}" />
<SolidColorBrush x:Key="TabViewItemHeaderBackgroundSelected" Color="{StaticResource SystemColorHighlightColor}" />
<SolidColorBrush x:Key="TabViewItemHeaderBackgroundPressed" Color="{StaticResource SystemColorHighlightColor}" />
<SolidColorBrush x:Key="TabViewItemHeaderBackgroundPointerOver" Color="{StaticResource SystemColorHighlightColor}" />
</ResourceDictionary>
Expand Down

0 comments on commit 5b6f1f3

Please sign in to comment.