fix: QuickLinks title style

This commit is contained in:
Nicolás Quiroz 2022-10-03 11:18:22 -03:00
parent 630dc2398c
commit cdfddbd32c

View file

@ -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>