@@ -131,8 +131,7 @@ $artisans-theme: mat.m2-define-light-theme(
131131 @include mat .card-color ($theme );
132132 @include mat .checkbox-color ($theme );
133133 @include mat .chips-color ($theme );
134- @include mat .elevation-classes ();
135- @include mat .app-background ();
134+ @include mat .core-color ($theme );
136135 @include mat .datepicker-color ($theme );
137136 @include mat .dialog-color ($theme );
138137 @include mat .divider-color ($theme );
@@ -180,8 +179,7 @@ $fake-material-v2-theme: mat.m2-define-light-theme(
180179@include mat .card-base ($fake-material-v2-theme );
181180@include mat .checkbox-base ($fake-material-v2-theme );
182181@include mat .chips-base ($fake-material-v2-theme );
183- @include mat .elevation-classes ();
184- @include mat .app-background ();
182+ @include mat .core-base ($fake-material-v2-theme );
185183@include mat .datepicker-base ($fake-material-v2-theme );
186184@include mat .dialog-base ($fake-material-v2-theme );
187185@include mat .divider-base ($fake-material-v2-theme );
@@ -213,8 +211,7 @@ $fake-material-v2-theme: mat.m2-define-light-theme(
213211@include mat .card-density (0 );
214212@include mat .checkbox-density (0 );
215213@include mat .chips-density (0 );
216- @include mat .elevation-classes ();
217- @include mat .app-background ();
214+ @include mat .core-density (0 );
218215@include mat .datepicker-density (0 );
219216@include mat .dialog-density (0 );
220217@include mat .divider-density (0 );
@@ -247,9 +244,7 @@ $fake-material-v2-theme: mat.m2-define-light-theme(
247244@include mat .card-typography (natural .$typography );
248245@include mat .checkbox-typography (natural .$typography );
249246@include mat .chips-typography (natural .$typography );
250- @include mat .elevation-classes ();
251- @include mat .app-background ();
252- @include mat .datepicker-typography (natural .$typography );
247+ @include mat .core-typography (natural .$typography ) @include mat .datepicker-typography (natural .$typography );
253248@include mat .dialog-typography (natural .$typography );
254249@include mat .divider-typography (natural .$typography );
255250@include mat .expansion-typography (natural .$typography );
0 commit comments