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 aa39885 commit ac6b163Copy full SHA for ac6b163
src/Files.App/UserControls/Pane/InfoPane.xaml
@@ -256,7 +256,7 @@
256
<TextBlock
257
x:Name="UsedSpaceTextBlock"
258
HorizontalAlignment="Center"
259
- Foreground="{ThemeResource SystemAccentColor}"
+ Foreground="{ThemeResource AccentTextFillColorPrimaryBrush}"
260
IsTextSelectionEnabled="True"
261
Style="{ThemeResource SubtitleTextBlockStyle}"
262
Text="{x:Bind ViewModel.SelectedDriveItem.UsedSpaceText, Mode=OneWay}"
0 commit comments