diff --git a/src/components/TokenSelectors/TokenPicker.tsx b/src/components/TokenSelectors/TokenPicker.tsx index 5c784ac12..a3c2c32e3 100644 --- a/src/components/TokenSelectors/TokenPicker.tsx +++ b/src/components/TokenSelectors/TokenPicker.tsx @@ -48,8 +48,8 @@ const useStyles = makeStyles((theme) => padding: theme.spacing(1), }, tokenList: { - maxHeight: theme.spacing(80), //TODO smarter - height: theme.spacing(80), + maxHeight: theme.spacing(60), + height: theme.spacing(60), overflow: "auto", }, dialogContent: {