Skip to content

Commit 2f8c501

Browse files
committed
fixup! fix(material/progress-spinner): fix build failures after rebase
1 parent 09d19a6 commit 2f8c501

File tree

1 file changed

+1
-1
lines changed
  • integration/mdc-migration/sample-project/src

1 file changed

+1
-1
lines changed

integration/mdc-migration/sample-project/src/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ $sample-project-theme: mat.define-light-theme((
3939
@include mat.menu-theme($sample-project-theme);
4040
@include mat.paginator-theme($sample-project-theme);
4141
@include mat.progress-bar-theme($sample-project-theme);
42-
@include mat.legacy-progress-spinner-theme($sample-project-theme);
42+
@include mat.progress-spinner-theme($sample-project-theme);
4343
@include mat.radio-theme($sample-project-theme);
4444
@include mat.select-theme($sample-project-theme);
4545
@include mat.legacy-slide-toggle-theme($sample-project-theme);

0 commit comments

Comments
 (0)