From 57809bef2a77321d415577bbc2326d490af78eae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Quiroz?= Date: Mon, 3 Oct 2022 11:40:07 -0300 Subject: [PATCH] chore: update h2 styles --- src/components/UI/homepage/HomeSection.tsx | 6 +++--- src/components/UI/homepage/QuickLinks.tsx | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/UI/homepage/HomeSection.tsx b/src/components/UI/homepage/HomeSection.tsx index cc14a51612..5054ca12a5 100644 --- a/src/components/UI/homepage/HomeSection.tsx +++ b/src/components/UI/homepage/HomeSection.tsx @@ -33,10 +33,10 @@ export const HomeSection: FC = ({ // TODO: move text style to theme as='h2' fontFamily='"JetBrains Mono", monospace' - fontWeight={700} - fontSize='2.125rem' + fontWeight={400} + fontSize='1.5rem' lineHeight='auto' - letterSpacing='3%' + letterSpacing='4%' // TODO: move to theme colors color='#1d242c' > diff --git a/src/components/UI/homepage/QuickLinks.tsx b/src/components/UI/homepage/QuickLinks.tsx index 53c52a7bda..2b365a2d90 100644 --- a/src/components/UI/homepage/QuickLinks.tsx +++ b/src/components/UI/homepage/QuickLinks.tsx @@ -12,10 +12,10 @@ export const QuickLinks: FC = () => { // TODO: move text style to theme as='h2' fontFamily='"JetBrains Mono", monospace' - fontWeight={700} - fontSize='2.125rem' + fontWeight={400} + fontSize='1.5rem' lineHeight='auto' - letterSpacing='3%' + letterSpacing='4%' // TODO: move to theme colors color='#1d242c' >