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 1/2] 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' From c946a1672ca9251680109aaabe0fbb80ebe1987f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Quiroz?= Date: Tue, 29 Nov 2022 15:31:41 -0300 Subject: [PATCH 2/2] Update src/theme/foundations/textStyles.ts Co-authored-by: Paul Wackerow <54227730+wackerow@users.noreply.github.com> --- 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 6f7dfbe1c2..cb1c3bd2fc 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.75rem', + fontSize: { base: '1.5rem', md: '1.75rem' }, lineHeight: 'normal', letterSpacing: '0.04em', color: 'body'