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 dde3ee7 commit 2f99a52Copy full SHA for 2f99a52
src/Files.App/Views/MainPage.xaml
@@ -284,6 +284,7 @@
284
ToolTipService.ToolTip="{x:Bind Commands.OpenSettings.LabelWithHotKey, Mode=OneWay}">
285
<Button.Resources>
286
<SolidColorBrush x:Key="ButtonBackgroundPointerOver" Color="{ThemeResource SubtleFillColorSecondary}" />
287
+ <SolidColorBrush x:Key="ButtonForegroundDisabled" Color="{ThemeResource TextFillColorPrimary}" />
288
</Button.Resources>
289
<Grid HorizontalAlignment="Stretch">
290
<Grid.ColumnDefinitions>
0 commit comments