Skip to content

Commit 9832501

Browse files
committed
Update ModernShellPage.xaml
1 parent 48387f3 commit 9832501

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Files.App/Views/Shells/ModernShellPage.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
HorizontalAlignment="Left"
3939
VerticalAlignment="Center"
4040
wct:VisualExtensions.NormalizedCenterPoint="0.5,0.5"
41-
Background="{ThemeResource Local.IconAccentFillColor}"
41+
Background="{ThemeResource AccentFillColorDefaultBrush}"
4242
BorderBrush="{ThemeResource AccentControlElevationBorderBrush}"
4343
BorderThickness="1"
4444
Canvas.ZIndex="64"
@@ -58,7 +58,7 @@
5858
HorizontalAlignment="Right"
5959
VerticalAlignment="Center"
6060
wct:VisualExtensions.NormalizedCenterPoint="0.5,0.5"
61-
Background="{ThemeResource Local.IconAccentFillColor}"
61+
Background="{ThemeResource AccentFillColorDefaultBrush}"
6262
BorderBrush="{ThemeResource AccentControlElevationBorderBrush}"
6363
BorderThickness="1"
6464
Canvas.ZIndex="64"

0 commit comments

Comments
 (0)