Skip to content

Commit 40ced20

Browse files
committed
Fix: Fixed the Toolbar background color in High Contrast
1 parent 59066a8 commit 40ced20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Files.App/UserControls/InnerNavigationToolbar.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<ResourceDictionary Source="ms-appx:///ResourceDictionaries/RightAlignedToggleSwitchStyle.xaml" />
2323
</ResourceDictionary.MergedDictionaries>
2424

25+
<SolidColorBrush x:Key="CommandBarBackground" Color="Transparent" />
2526
<SolidColorBrush x:Key="CommandBarBackgroundOpen" Color="Transparent" />
2627
<SolidColorBrush x:Key="CommandBarBorderBrushOpen" Color="Transparent" />
2728

0 commit comments

Comments
 (0)