Fix color of star in Album grid when using Light theme

This commit is contained in:
Deluan 2020-08-19 11:12:12 -04:00
parent c83808a445
commit f3d8222ddb
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ const useStyles = makeStyles({
visibility: (props) => (props.visible ? 'visible' : 'hidden'),
},
star: {
color: (props) => props.color,
visibility: (props) =>
props.visible || props.starred ? 'visible' : 'hidden',
},