Increase size of artist image

This commit is contained in:
Deluan 2023-01-20 20:55:17 -05:00 committed by Joe Stump
parent e19cdb100f
commit eae9b71e6b
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -35,12 +35,13 @@ const useStyles = makeStyles(
flex: '1 0 auto',
},
cover: {
width: 151,
width: '12rem',
height: '12rem',
borderRadius: '6em',
cursor: 'pointer',
},
artistImage: {
maxHeight: '9.5rem',
maxHeight: '12rem',
backgroundColor: 'inherit',
display: 'flex',
boxShadow: 'none',