Skip to content

Commit 0888dec

Browse files
committed
fix(fab): set ripple color to contrast color of the fab background
1 parent 39e1dce commit 0888dec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/fab/fab.md.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,9 @@ $fab-md-list-button-background-color-activated: color-shade($fab-md-list-butto
7171
.fab-md-#{$color-name}.activated {
7272
background-color: $bg-color-activated;
7373
}
74+
75+
.fab-md-#{$color-name} .button-effect {
76+
background-color: $fg-color;
77+
}
7478
}
7579

0 commit comments

Comments
 (0)