fix: QuickLinks title style

pull/26459/head^2
Nicolás Quiroz 2 years ago
parent 630dc2398c
commit cdfddbd32c
  1. 10
      src/components/UI/homepage/QuickLinks.tsx

@ -12,12 +12,12 @@ export const QuickLinks: FC = () => {
// TODO: move text style to theme
as='h2'
fontFamily='"JetBrains Mono", monospace'
fontWeight={400}
fontSize='28px'
lineHeight='37px'
letterSpacing='0.04em'
fontWeight={700}
fontSize='2.125rem'
lineHeight='auto'
letterSpacing='3%'
// TODO: move to theme colors
color='#1D242C'
color='#1d242c'
>
Quick Links
</Heading>

Loading…
Cancel
Save