Update src/theme/foundations/textStyles.ts

Co-authored-by: Paul Wackerow <54227730+wackerow@users.noreply.github.com>
pull/26459/head^2
Nicolás Quiroz 2 years ago committed by GitHub
parent c7b99ab9ea
commit c946a1672c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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'

Loading…
Cancel
Save