adjust docs nav gap to 14px per design

This commit is contained in:
Paul Wackerow 2022-12-03 18:50:23 -08:00
parent 7e5c3cacbc
commit e564ae46aa
No known key found for this signature in database
GPG key ID: BB63E296FE9CAB8D

View file

@ -32,6 +32,7 @@ export const DocumentNav: FC<Props> = ({ content }) => {
<Text
color={activeHash === heading?.headingId ? 'body' : 'primary'}
textStyle='document-nav-link'
mb='14px'
>
{heading?.title}
</Text>