We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dede92 commit eece717Copy full SHA for eece717
integration/mdc-migration/sample-project/src/styles.scss
@@ -39,7 +39,7 @@ $sample-project-theme: mat.define-light-theme((
39
@include mat.menu-theme($sample-project-theme);
40
@include mat.paginator-theme($sample-project-theme);
41
@include mat.progress-bar-theme($sample-project-theme);
42
-@include mat.legacy-progress-spinner-theme($sample-project-theme);
+@include mat.progress-spinner-theme($sample-project-theme);
43
@include mat.radio-theme($sample-project-theme);
44
@include mat.select-theme($sample-project-theme);
45
@include mat.legacy-slide-toggle-theme($sample-project-theme);
0 commit comments