Fixes backwards font sizes
This commit is contained in:
parent
14c1dc6006
commit
36cd1c276e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue