Fix color of star in Album grid when using Light theme
This commit is contained in:
parent
c83808a445
commit
f3d8222ddb
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ const useStyles = makeStyles({
|
||||||
visibility: (props) => (props.visible ? 'visible' : 'hidden'),
|
visibility: (props) => (props.visible ? 'visible' : 'hidden'),
|
||||||
},
|
},
|
||||||
star: {
|
star: {
|
||||||
|
color: (props) => props.color,
|
||||||
visibility: (props) =>
|
visibility: (props) =>
|
||||||
props.visible || props.starred ? 'visible' : 'hidden',
|
props.visible || props.starred ? 'visible' : 'hidden',
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue