Update src/components/UI/docs/DocumentNav.tsx

Co-authored-by: Paul Wackerow <54227730+wackerow@users.noreply.github.com>
This commit is contained in:
Corwin Smith 2022-12-06 10:53:11 -07:00 committed by GitHub
parent e564ae46aa
commit d93e4373e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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