Fixes backwards font sizes

This commit is contained in:
Aaron Louie 2019-10-14 18:06:08 -04:00
parent 14c1dc6006
commit 36cd1c276e
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ $custom-typography: mat-typography-config(
$title: mat-typography-level(32px, 1.2, 500),
$subheading-2: mat-typography-level(24px, 1.2, 300),
$subheading-1: mat-typography-level(18px, 1.2, 500),
$body-1: mat-typography-level(24px, 1.2, 500),
$body-2: mat-typography-level(18px, 1.2, 500),
$body-1: mat-typography-level(18px, 1.2, 500),
$body-2: mat-typography-level(24px, 1.2, 500),
$caption: mat-typography-level(16px, 1.2, 500),
$button: mat-typography-level(24px, 1.2, 300),
$input: mat-typography-level(18px, 1.2, 500)