Skip to content

Commit

Permalink
Merge pull request #557 from mgnslndh/flatbutton
Browse files Browse the repository at this point in the history
Added slight translucency for better look of flat buttons in dark style
  • Loading branch information
ButchersBoy committed Jan 18, 2017
2 parents 7418cdf + 13c5bba commit 0c77d98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<SolidColorBrush x:Key="MaterialDesignDivider" Color="#1FFFFFFF" po:Freeze="True" /><!-- 12% -->
<SolidColorBrush x:Key="MaterialDesignSelection" Color="#757575" po:Freeze="True" />

<SolidColorBrush x:Key="MaterialDesignFlatButtonClick" Color="#757575" po:Freeze="True" />
<SolidColorBrush x:Key="MaterialDesignFlatButtonClick" Color="#19757575" po:Freeze="True" /> <!-- 25% -->
<SolidColorBrush x:Key="MaterialDesignFlatButtonRipple" Color="#FFB6B6B6" po:Freeze="True" />

<SolidColorBrush x:Key="MaterialDesignToolTipBackground" Color="#eeeeee" po:Freeze="True" />
Expand Down

0 comments on commit 0c77d98

Please sign in to comment.