Skip to content

Commit c4a8f0b

Browse files
committed
Forgot a ; #11331
1 parent 1f2a4f4 commit c4a8f0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/styles/_themes.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,8 @@ $fake-material-v2-theme: mat.m2-define-light-theme(
244244
@include mat.card-typography(natural.$typography);
245245
@include mat.checkbox-typography(natural.$typography);
246246
@include mat.chips-typography(natural.$typography);
247-
@include mat.core-typography(natural.$typography) @include mat.datepicker-typography(natural.$typography);
247+
@include mat.core-typography(natural.$typography);
248+
@include mat.datepicker-typography(natural.$typography);
248249
@include mat.dialog-typography(natural.$typography);
249250
@include mat.divider-typography(natural.$typography);
250251
@include mat.expansion-typography(natural.$typography);

0 commit comments

Comments
 (0)