Skip to content

Commit c6d2cff

Browse files
committed
Fix build bug
1 parent 9c34666 commit c6d2cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ $theming-material-components-primary: mat-palette($mat-teal);
1010
$theming-material-components-accent: mat-palette($mat-orange, A200, A100, A400);
1111
$theming-material-components-warn: mat-palette($mat-red);
1212
$theming-material-components-typography: mat.define-typography-config(
13-
$font-family: "Open Sans", sans-serif
13+
$font-family: "Open Sans",
1414
);
1515

1616
$theme1: mat-dark-theme(

0 commit comments

Comments
 (0)