mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-14 12:06:40 +00:00
adjust docs nav gap to 14px per design
This commit is contained in:
parent
7e5c3cacbc
commit
e564ae46aa
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ export const DocumentNav: FC<Props> = ({ content }) => {
|
||||||
<Text
|
<Text
|
||||||
color={activeHash === heading?.headingId ? 'body' : 'primary'}
|
color={activeHash === heading?.headingId ? 'body' : 'primary'}
|
||||||
textStyle='document-nav-link'
|
textStyle='document-nav-link'
|
||||||
|
mb='14px'
|
||||||
>
|
>
|
||||||
{heading?.title}
|
{heading?.title}
|
||||||
</Text>
|
</Text>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue