Skip to content

Commit

Permalink
fix llist height
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna committed Aug 8, 2023
1 parent dba195a commit 15cdb54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/TokenSelectors/TokenPicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 15cdb54

Please sign in to comment.