Skip to content

Commit dc6f1d4

Browse files
committed
fixup! fix(material/progress-spinner): fix build failures after rebase
1 parent 092b8bb commit dc6f1d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/material/schematics/ng-generate/mdc-migration/rules/components/progress-spinner/progress-spinner.spec.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ describe('progress-spinner styles', () => {
2323
`
2424
@use '@angular/material' as mat;
2525
$theme: ();
26-
@include mat.legacy-progress-spinner-theme($theme);
26+
@include mat.progress-spinner-theme($theme);
2727
`,
2828
`
2929
@use '@angular/material' as mat;
@@ -56,8 +56,8 @@ describe('progress-spinner styles', () => {
5656
@use '@angular/material' as mat;
5757
$light-theme: ();
5858
$dark-theme: ();
59-
@include mat.legacy-progress-spinner-theme($light-theme);
60-
@include mat.legacy-progress-spinner-theme($dark-theme);
59+
@include mat.progress-spinner-theme($light-theme);
60+
@include mat.progress-spinner-theme($dark-theme);
6161
`,
6262
`
6363
@use '@angular/material' as mat;
@@ -78,7 +78,7 @@ describe('progress-spinner styles', () => {
7878
$theme: ();
7979
8080
81-
@include mat.legacy-progress-spinner-theme($theme);
81+
@include mat.progress-spinner-theme($theme);
8282
8383
8484
`,

0 commit comments

Comments
 (0)