Skip to content

Commit 7b2e7e4

Browse files
committed
Use the correct theme-agnostic colors for flat buttons
1 parent b5450a0 commit 7b2e7e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LightBulb/Views/Dialogs/SettingsView.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
Padding="8"
3232
Command="{Binding $parent[UserControl].DataContext.ActivateTabCommand}"
3333
CommandParameter="{Binding}"
34-
Foreground="{DynamicResource MaterialPrimaryForegroundBrush}"
34+
Foreground="{DynamicResource MaterialDarkForegroundBrush}"
3535
Theme="{DynamicResource MaterialFlatButton}"
3636
ToolTip.Tip="{Binding DisplayName}">
3737
<materialIcons:MaterialIcon

LightBulb/Views/MainView.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
Padding="4"
8888
VerticalAlignment="Center"
8989
Click="HideButton_OnClick"
90-
Foreground="{DynamicResource MaterialPrimaryMidForegroundBrush}"
90+
Foreground="{DynamicResource MaterialDarkForegroundBrush}"
9191
Theme="{DynamicResource MaterialFlatButton}"
9292
ToolTip.Tip="Hide LightBulb to the system tray">
9393
<materialIcons:MaterialIcon

0 commit comments

Comments
 (0)