Skip to content

Commit ac6b163

Browse files
committed
Code Quality: Fixed accent color in Details Pane
1 parent aa39885 commit ac6b163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
<TextBlock
257257
x:Name="UsedSpaceTextBlock"
258258
HorizontalAlignment="Center"
259-
Foreground="{ThemeResource SystemAccentColor}"
259+
Foreground="{ThemeResource AccentTextFillColorPrimaryBrush}"
260260
IsTextSelectionEnabled="True"
261261
Style="{ThemeResource SubtitleTextBlockStyle}"
262262
Text="{x:Bind ViewModel.SelectedDriveItem.UsedSpaceText, Mode=OneWay}"

0 commit comments

Comments
 (0)