diff --git a/src/components/UI/docs/DocumentNav.tsx b/src/components/UI/docs/DocumentNav.tsx index b8ed1b1135..e5d0c39877 100644 --- a/src/components/UI/docs/DocumentNav.tsx +++ b/src/components/UI/docs/DocumentNav.tsx @@ -1,5 +1,5 @@ import { FC } from 'react'; -import { Divider, Link, Stack, Text } from '@chakra-ui/react'; +import { Box, Divider, Link, Text } from '@chakra-ui/react'; import NextLink from 'next/link'; import { parseHeadingId } from '../../../utils/parseHeadingId'; @@ -20,7 +20,7 @@ export const DocumentNav: FC = ({ content }) => { const activeHash = useActiveHash(parsedHeadings.map(heading => heading!.headingId)); return ( - + on this page @@ -32,6 +32,7 @@ export const DocumentNav: FC = ({ content }) => { = ({ content }) => { ); })} - + ); }; diff --git a/src/theme/foundations/textStyles.ts b/src/theme/foundations/textStyles.ts index 4ce02a0caa..ade07a1901 100644 --- a/src/theme/foundations/textStyles.ts +++ b/src/theme/foundations/textStyles.ts @@ -191,7 +191,6 @@ export const textStyles = { fontSize: '13px', lineHeight: 5, letterSpacing: '1%', - mb: 4 }, 'note-text': { fontFamily: 'body',