fix(fab): set ripple color to contrast color of the fab background

This commit is contained in:
Brandy Carney
2016-12-07 17:10:42 -05:00
parent 39e1dce72d
commit 0888decc01

View File

@ -71,5 +71,9 @@ $fab-md-list-button-background-color-activated: color-shade($fab-md-list-butto
.fab-md-#{$color-name}.activated { .fab-md-#{$color-name}.activated {
background-color: $bg-color-activated; background-color: $bg-color-activated;
} }
.fab-md-#{$color-name} .button-effect {
background-color: $fg-color;
}
} }