mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-07 15:38:37 +00:00
fix: QuickLinks title style
This commit is contained in:
parent
630dc2398c
commit
cdfddbd32c
1 changed files with 5 additions and 5 deletions
|
|
@ -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…
Reference in a new issue