Skip to content

Commit faddbaa

Browse files
authored
prototype(progres-spinner) add theme for mdc-progress-spinner (#20170)
1 parent a45efb8 commit faddbaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/material-experimental/mdc-theming/_all-theme.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
@import '../mdc-tabs/tabs-theme';
1414
@import '../mdc-table/table-theme';
1515
@import '../mdc-progress-bar/progress-bar-theme';
16+
@import '../mdc-progress-spinner/progress-spinner-theme';
1617
@import '../mdc-input/input-theme';
1718
@import '../mdc-form-field/form-field-theme';
1819
@import '../../material/core/core';
@@ -32,6 +33,7 @@
3233
@include mat-mdc-list-theme($theme-or-color-config);
3334
@include mat-mdc-menu-theme($theme-or-color-config);
3435
@include mat-mdc-progress-bar-theme($theme-or-color-config);
36+
@include mat-mdc-progress-spinner-theme($theme-or-color-config);
3537
@include mat-mdc-radio-theme($theme-or-color-config);
3638
@include mat-mdc-slide-toggle-theme($theme-or-color-config);
3739
@include mat-mdc-snack-bar-theme($theme-or-color-config);

0 commit comments

Comments
 (0)