Skip to content

Commit 3fa9088

Browse files
0x5bfayaira2
andauthored
Fix: Fixed Column View chevron color in high contrast (#15481)
Co-authored-by: Yair <39923744+yaira2@users.noreply.github.com>
1 parent 40ced20 commit 3fa9088

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Files.App/UserControls/Pane/InfoPane.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@
369369
<VisualState x:Name="Normal" />
370370
<VisualState x:Name="PointerOver">
371371
<VisualState.Setters>
372-
<Setter Target="TagPill.Background" Value="{ThemeResource SubtleFillColorSecondary}" />
372+
<Setter Target="TagPill.Background" Value="{ThemeResource SubtleFillColorSecondaryBrush}" />
373373
</VisualState.Setters>
374374
</VisualState>
375375
</VisualStateGroup>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@
337337
VerticalAlignment="Center"
338338
x:Load="{x:Bind IsFolder}"
339339
FontSize="12"
340-
Foreground="{ThemeResource TextFillColorSecondary}"
340+
Foreground="{ThemeResource TextFillColorSecondaryBrush}"
341341
Glyph="&#xE76C;" />
342342

343343
</StackPanel>

0 commit comments

Comments
 (0)