Skip to content

Commit 1464b6c

Browse files
committed
fix(material/progress-spinner): fix lint errors
1 parent bdd1e03 commit 1464b6c

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
@forward 'progress-spinner-theme' hide color, theme, typography;
2-
@forward 'progress-spinner-theme' as mat-legacy-progress-spinner-* hide mat-legacy-progress-spinner-density;
2+
@forward 'progress-spinner-theme' as mat-legacy-progress-spinner-*hide
3+
mat-legacy-progress-spinner-density;
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@forward '../core/theming/theming.import';
22
@forward 'progress-spinner-theme' hide color, theme, typography;
3-
@forward 'progress-spinner-theme' as mat-legacy-progress-spinner-* hide mat-legacy-progress-spinner-density;
3+
@forward 'progress-spinner-theme' as mat-legacy-progress-spinner-* hide
4+
mat-legacy-progress-spinner-density;
45

56
@import '../core/theming/palette';
67
@import '../core/theming/theming';

src/material/legacy-progress-spinner/_progress-spinner-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
@mixin theme($theme-or-color-config) {
3030
$theme: theming.private-legacy-get-theme($theme-or-color-config);
31-
@include theming.private-check-duplicate-theme-styles($theme, 'mat-progress-spinner') {
31+
@include theming.private-check-duplicate-theme-styles($theme, 'mat-legacy-progress-spinner') {
3232
$color: theming.get-color-config($theme);
3333
$density: theming.get-density-config($theme);
3434
$typography: theming.get-typography-config($theme);

src/material/progress-spinner/_progress-spinner-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
@mixin theme($theme-or-color-config) {
3434
$theme: theming.private-legacy-get-theme($theme-or-color-config);
35-
@include theming.private-check-duplicate-theme-styles($theme, 'mat-mdc-progress-spinner') {
35+
@include theming.private-check-duplicate-theme-styles($theme, 'mat-progress-spinner') {
3636
$color: theming.get-color-config($theme);
3737
$density: theming.get-density-config($theme);
3838
$typography: theming.get-typography-config($theme);

0 commit comments

Comments
 (0)