From eae8e0149d321f759f067e0c13a8ba88021420bb Mon Sep 17 00:00:00 2001 From: Paul Wackerow <54227730+wackerow@users.noreply.github.com> Date: Mon, 28 Nov 2022 13:38:26 -0800 Subject: [PATCH] h1 letterSpacing to match design --- 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 e92daed0c9..1a0d605dae 100644 --- a/src/theme/foundations/textStyles.ts +++ b/src/theme/foundations/textStyles.ts @@ -19,7 +19,7 @@ export const textStyles = { fontFamily: 'heading', fontWeight: 700, fontSize: '2.125rem', - letterSpacing: '0.03em', + letterSpacing: '0.04em', lineHeight: 'normal' }, header2: {