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
+1 -1
View File
@@ -40,7 +40,7 @@ export const SongContextMenu = ({ record }) => {
return (
<>
<IconButton onClick={handleClick}>
<IconButton onClick={handleClick} size={'small'}>
<MoreVertIcon />
</IconButton>
<Menu