From c7b99ab9ea168f09c7bd7302413130dab083cd71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Quiroz?= Date: Tue, 29 Nov 2022 13:59:19 -0300 Subject: [PATCH] chore: update h2 font-size --- src/theme/foundations/textStyles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme/foundations/textStyles.ts b/src/theme/foundations/textStyles.ts index fb95731677..6f7dfbe1c2 100644 --- a/src/theme/foundations/textStyles.ts +++ b/src/theme/foundations/textStyles.ts @@ -10,7 +10,7 @@ export const textStyles = { h2: { fontFamily: 'heading', fontWeight: 400, - fontSize: '1.5rem', + fontSize: '1.75rem', lineHeight: 'normal', letterSpacing: '0.04em', color: 'body'