We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
;
1 parent 41925ae commit 9e49759Copy full SHA for 9e49759
client/styles/_themes.scss
@@ -177,7 +177,8 @@ $fake-material-v2-theme: mat.m2-define-light-theme(
177
@include mat.card-typography(natural.$typography);
178
@include mat.checkbox-typography(natural.$typography);
179
@include mat.chips-typography(natural.$typography);
180
-@include mat.core-typography(natural.$typography) @include mat.datepicker-typography(natural.$typography);
+@include mat.core-typography(natural.$typography);
181
+@include mat.datepicker-typography(natural.$typography);
182
@include mat.dialog-typography(natural.$typography);
183
@include mat.divider-typography(natural.$typography);
184
@include mat.expansion-typography(natural.$typography);
0 commit comments