Skip to content

Commit 7ac29f8

Browse files
devversionkara
authored andcommitted
fix(checkbox): ripple color does not change (#2857)
1 parent fb0cf8a commit 7ac29f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/checkbox/_checkbox-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
}
6969
}
7070

71-
.md-checkbox:not(.md-checkbox-disabled) {
71+
md-checkbox:not(.md-checkbox-disabled) {
7272
&.md-primary .md-checkbox-ripple .md-ripple-foreground {
7373
background-color: md-color($primary, 0.26);
7474
}

0 commit comments

Comments
 (0)