diff --git a/src/components/NavigatorButton/NavigatorButton.tsx b/src/components/NavigatorButton/NavigatorButton.tsx index d35b87668..ad3189280 100644 --- a/src/components/NavigatorButton/NavigatorButton.tsx +++ b/src/components/NavigatorButton/NavigatorButton.tsx @@ -69,6 +69,7 @@ const useStyles = makeStyles( border: `1px solid ${theme.palette.divider}`, height: 40, marginRight: theme.spacing(2), + padding: 6, width: 40 } };