Skip to content

Commit 724ea89

Browse files
committed
fix: ripple color on icon buttons
1 parent 550e92c commit 724ea89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/material-css-vars/src/lib/_mat-lib-overwrites.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
$color-warn-ripple: public-util.mat-css-color(500, 0.1, "warn");
5959

6060
.mat-mdc-icon-button {
61-
&,
61+
html &,
6262
#{variables.$dark-theme-selector} & {
6363
&.mat-primary {
6464
--mat-icon-button-ripple-color: #{$color-primary-ripple};

0 commit comments

Comments
 (0)