diff --git a/striker-ui/components/AnvilDrawer.tsx b/striker-ui/components/AnvilDrawer.tsx index 6346edcd..4dd7aa71 100644 --- a/striker-ui/components/AnvilDrawer.tsx +++ b/striker-ui/components/AnvilDrawer.tsx @@ -1,7 +1,7 @@ import { Divider, Drawer, List, ListItem, Box } from '@material-ui/core'; import { makeStyles, createStyles } from '@material-ui/core/styles'; import { Dispatch, SetStateAction } from 'react'; -import { BodyText } from './Text'; +import { BodyText, HeaderText } from './Text'; import { ICONS, ICON_SIZE } from '../lib/consts/ICONS'; import { DIVIDER } from '../lib/consts/DEFAULT_THEME'; @@ -21,8 +21,8 @@ const useStyles = makeStyles(() => background: DIVIDER, }, text: { - paddingTop: '0.5em', - paddingLeft: '1em', + paddingTop: '.5em', + paddingLeft: '1.5em', }, }), ); @@ -40,7 +40,7 @@ const AnvilDrawer = ({ open, setOpen }: DrawerProps): JSX.Element => {
- + {ICONS.map(