Update src/components/UI/docs/DocumentNav.tsx
Co-authored-by: Paul Wackerow <54227730+wackerow@users.noreply.github.com>
This commit is contained in:
parent
e564ae46aa
commit
d93e4373e2
|
@ -32,7 +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'
|
mb={3.5}
|
||||||
>
|
>
|
||||||
{heading?.title}
|
{heading?.title}
|
||||||
</Text>
|
</Text>
|
||||||
|
|
Loading…
Reference in New Issue