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 9897c93 commit abef1c4Copy full SHA for abef1c4
src/Files.App/UserControls/NavigationToolbar.xaml
@@ -400,7 +400,7 @@
400
Grid.Column="0"
401
Width="16"
402
Height="16">
403
- <ContentPresenter Content="{x:Bind Icon, Mode=OneWay}" />
+ <ContentPresenter Content="{x:Bind Icon, Mode=OneWay}" Foreground="{ThemeResource App.Theme.IconBaseBrush}" />
404
</Viewbox>
405
406
<!-- Primary Title -->
0 commit comments