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 // TODO: move text style to theme
as='h2' as='h2'
fontFamily='"JetBrains Mono", monospace' fontFamily='"JetBrains Mono", monospace'
fontWeight={400} fontWeight={700}
fontSize='28px' fontSize='2.125rem'
lineHeight='37px' lineHeight='auto'
letterSpacing='0.04em' letterSpacing='3%'
// TODO: move to theme colors // TODO: move to theme colors
color='#1D242C' color='#1d242c'
> >
Quick Links Quick Links
</Heading> </Heading>

Loading…
Cancel
Save