Make context menu icon smaller

This commit is contained in:
Deluan 2020-05-02 14:50:15 -04:00
parent a71d5b3954
commit 8dc2d7a5e0
2 changed files with 2 additions and 1 deletions

View File

@ -71,6 +71,7 @@ const AlbumContextMenu = ({ record, color }) => {
aria-haspopup="true"
className={classes.icon}
onClick={handleClick}
size={'small'}
>
<MoreVertIcon />
</IconButton>

View File

@ -40,7 +40,7 @@ export const SongContextMenu = ({ record }) => {
return (
<>
<IconButton onClick={handleClick}>
<IconButton onClick={handleClick} size={'small'}>
<MoreVertIcon />
</IconButton>
<Menu