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 40ced20 commit 3fa9088Copy full SHA for 3fa9088
src/Files.App/UserControls/Pane/InfoPane.xaml
@@ -369,7 +369,7 @@
369
<VisualState x:Name="Normal" />
370
<VisualState x:Name="PointerOver">
371
<VisualState.Setters>
372
- <Setter Target="TagPill.Background" Value="{ThemeResource SubtleFillColorSecondary}" />
+ <Setter Target="TagPill.Background" Value="{ThemeResource SubtleFillColorSecondaryBrush}" />
373
</VisualState.Setters>
374
</VisualState>
375
</VisualStateGroup>
src/Files.App/Views/Layouts/ColumnLayoutPage.xaml
@@ -337,7 +337,7 @@
337
VerticalAlignment="Center"
338
x:Load="{x:Bind IsFolder}"
339
FontSize="12"
340
- Foreground="{ThemeResource TextFillColorSecondary}"
+ Foreground="{ThemeResource TextFillColorSecondaryBrush}"
341
Glyph="" />
342
343
</StackPanel>
0 commit comments