Skip to content

Commit

Permalink
Use the correct theme-agnostic colors for flat buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Apr 11, 2024
1 parent b5450a0 commit 7b2e7e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LightBulb/Views/Dialogs/SettingsView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
Padding="8"
Command="{Binding $parent[UserControl].DataContext.ActivateTabCommand}"
CommandParameter="{Binding}"
Foreground="{DynamicResource MaterialPrimaryForegroundBrush}"
Foreground="{DynamicResource MaterialDarkForegroundBrush}"
Theme="{DynamicResource MaterialFlatButton}"
ToolTip.Tip="{Binding DisplayName}">
<materialIcons:MaterialIcon
Expand Down
2 changes: 1 addition & 1 deletion LightBulb/Views/MainView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
Padding="4"
VerticalAlignment="Center"
Click="HideButton_OnClick"
Foreground="{DynamicResource MaterialPrimaryMidForegroundBrush}"
Foreground="{DynamicResource MaterialDarkForegroundBrush}"
Theme="{DynamicResource MaterialFlatButton}"
ToolTip.Tip="Hide LightBulb to the system tray">
<materialIcons:MaterialIcon
Expand Down

0 comments on commit 7b2e7e4

Please sign in to comment.