Skip to content

Commit 9e49759

Browse files
committed
Forgot a ; #11331
1 parent 41925ae commit 9e49759

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
@@ -177,7 +177,8 @@ $fake-material-v2-theme: mat.m2-define-light-theme(
177177
@include mat.card-typography(natural.$typography);
178178
@include mat.checkbox-typography(natural.$typography);
179179
@include mat.chips-typography(natural.$typography);
180-
@include mat.core-typography(natural.$typography) @include mat.datepicker-typography(natural.$typography);
180+
@include mat.core-typography(natural.$typography);
181+
@include mat.datepicker-typography(natural.$typography);
181182
@include mat.dialog-typography(natural.$typography);
182183
@include mat.divider-typography(natural.$typography);
183184
@include mat.expansion-typography(natural.$typography);

0 commit comments

Comments
 (0)