Skip to content

Commit

Permalink
(MahAppsGH-3575) Renamed SemiTransparentGrey to SemiTransparentGray
Browse files Browse the repository at this point in the history
Renamed it this way to reduce the effort of renaming all other Resources
  • Loading branch information
timunie authored and punker76 committed Sep 2, 2019
1 parent 1a5724e commit 8bebcff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/MahApps.Metro/Styles/Controls.Buttons.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
TargetType="{x:Type Button}">
<Style.Triggers>
<Trigger Property="IsMouseOver" Value="True">
<Setter Property="Background" Value="{DynamicResource MahApps.Brushes.SemiTransparentGrey}" />
<Setter Property="Background" Value="{DynamicResource MahApps.Brushes.SemiTransparentGray}" />
</Trigger>
<Trigger Property="IsPressed" Value="True">
<Setter Property="Background" Value="{DynamicResource MahApps.Brushes.Accent}" />
Expand Down
2 changes: 1 addition & 1 deletion src/MahApps.Metro/Styles/Themes/Theme.Template.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

<SolidColorBrush x:Key="MahApps.Brushes.TransparentWhite" Color="#00FFFFFF" options:Freeze="True" />
<SolidColorBrush x:Key="MahApps.Brushes.SemiTransparentWhite" Color="#55FFFFFF" options:Freeze="True" />
<SolidColorBrush x:Key="MahApps.Brushes.SemiTransparentGrey" Color="#40808080" options:Freeze="True" />
<SolidColorBrush x:Key="MahApps.Brushes.SemiTransparentGray" Color="#40808080" options:Freeze="True" />
<SolidColorBrush x:Key="MahApps.Brushes.Controls.Disabled" Color="#A5FFFFFF" options:Freeze="True" />

<SolidColorBrush x:Key="MahApps.Brushes.AccentBase" Color="{StaticResource MahApps.Colors.AccentBase}" options:Freeze="True" />
Expand Down

0 comments on commit 8bebcff

Please sign in to comment.