Skip to content

Commit e4f2cf6

Browse files
committed
Update GridLayoutPage.xaml
1 parent c74ac45 commit e4f2cf6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Files.App/Views/Layouts/GridLayoutPage.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@
442442
Padding="0"
443443
HorizontalAlignment="Left"
444444
VerticalAlignment="Stretch"
445-
Background="Transparent"
445+
Background="{ThemeResource CardBackgroundFillColorDefaultBrush}"
446446
ColumnSpacing="4"
447447
IsRightTapEnabled="True"
448448
Loaded="Grid_Loaded"
@@ -502,6 +502,7 @@
502502
Grid.ColumnSpan="2"
503503
Width="{Binding ElementName=PageRoot, Path=CardsViewIconBoxWidth, Mode=OneWay}"
504504
Height="{Binding ElementName=PageRoot, Path=CardsViewIconBoxHeight, Mode=OneWay}"
505+
Background="{ThemeResource SystemFillColorNeutralBackgroundBrush}"
505506
Opacity="{x:Bind Opacity, Mode=OneWay}"
506507
Tag="ItemImage">
507508

0 commit comments

Comments
 (0)