Skip to content

Commit 2f99a52

Browse files
committed
Code Quality: Fixed setting button foreground
1 parent dde3ee7 commit 2f99a52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Files.App/Views/MainPage.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@
284284
ToolTipService.ToolTip="{x:Bind Commands.OpenSettings.LabelWithHotKey, Mode=OneWay}">
285285
<Button.Resources>
286286
<SolidColorBrush x:Key="ButtonBackgroundPointerOver" Color="{ThemeResource SubtleFillColorSecondary}" />
287+
<SolidColorBrush x:Key="ButtonForegroundDisabled" Color="{ThemeResource TextFillColorPrimary}" />
287288
</Button.Resources>
288289
<Grid HorizontalAlignment="Stretch">
289290
<Grid.ColumnDefinitions>

0 commit comments

Comments
 (0)