Skip to content

Commit d8d742d

Browse files
authored
Merge pull request #126 from json-derulo/bugfix/legacy-checkbox-checkmark
fix: bring back legacy checkbox check icon
2 parents b8e90bf + 28dce07 commit d8d742d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/material-css-vars/src/lib/_public-util.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
@if (type-of($opacity) == number) {
3535
@return rgba($color, $opacity);
3636
} @else {
37-
@return rgb($color);
37+
@return $color;
3838
}
3939
}
4040

0 commit comments

Comments
 (0)