Skip to content

Commit aaf6a66

Browse files
authored
fix(material/legacy-checkbox): fix scss mixin names (#25442)
1 parent d3c0a25 commit aaf6a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/_index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
@forward './legacy-card/card-theme' as legacy-card-* show legacy-card-theme, legacy-card-color,
9191
legacy-card-typography;
9292
@forward './legacy-checkbox/checkbox-theme' as legacy-checkbox-* show
93-
checkbox-legacy-theme, checkbox-legacy-color, checkbox-legacy-typography;
93+
legacy-checkbox-theme, legacy-checkbox-color, legacy-checkbox-typography;
9494
@forward './checkbox/checkbox-theme' as checkbox-* show checkbox-theme, checkbox-color,
9595
checkbox-typography, checkbox-density;
9696
@forward './legacy-chips/chips-theme' as legacy-chips-* show legacy-chips-theme,

0 commit comments

Comments
 (0)