diff --git a/src/sartography_material.scss b/src/sartography_material.scss index a998fb2..3d9162c 100644 --- a/src/sartography_material.scss +++ b/src/sartography_material.scss @@ -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)