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 c74ac45 commit e4f2cf6Copy full SHA for e4f2cf6
src/Files.App/Views/Layouts/GridLayoutPage.xaml
@@ -442,7 +442,7 @@
442
Padding="0"
443
HorizontalAlignment="Left"
444
VerticalAlignment="Stretch"
445
- Background="Transparent"
+ Background="{ThemeResource CardBackgroundFillColorDefaultBrush}"
446
ColumnSpacing="4"
447
IsRightTapEnabled="True"
448
Loaded="Grid_Loaded"
@@ -502,6 +502,7 @@
502
Grid.ColumnSpan="2"
503
Width="{Binding ElementName=PageRoot, Path=CardsViewIconBoxWidth, Mode=OneWay}"
504
Height="{Binding ElementName=PageRoot, Path=CardsViewIconBoxHeight, Mode=OneWay}"
505
+ Background="{ThemeResource SystemFillColorNeutralBackgroundBrush}"
506
Opacity="{x:Bind Opacity, Mode=OneWay}"
507
Tag="ItemImage">
508
0 commit comments