Make the borders of the AlbumSongs round

This commit is contained in:
Deluan 2020-05-06 08:43:15 -04:00
parent ddcacbb6e5
commit f8fb4c8f54

View File

@ -30,7 +30,6 @@ const useStyles = makeStyles(
[theme.breakpoints.down('xs')]: { [theme.breakpoints.down('xs')]: {
boxShadow: 'none', boxShadow: 'none',
}, },
overflow: 'inherit',
}, },
bulkActionsDisplayed: { bulkActionsDisplayed: {
marginTop: -theme.spacing(8), marginTop: -theme.spacing(8),