diff --git a/src/app/components/both-menu/BothMenu.tsx b/src/app/components/both-menu/BothMenu.tsx index 7d8dffe..59440a8 100644 --- a/src/app/components/both-menu/BothMenu.tsx +++ b/src/app/components/both-menu/BothMenu.tsx @@ -32,9 +32,6 @@ const useStyles = makeStyles((theme: Theme) => right: 0, margin: '0 auto', }, - addButton: { - paddingTop: '5px' - }, }), ); @@ -70,14 +67,14 @@ const BothMenu: React.FC = ({trigger}) => { - - - - - + + + + +
= ({trigger}) => { - + ); };