mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-14 19:20:37 +03:00
Fix color of star in Album grid when using Light theme
This commit is contained in:
parent
c83808a445
commit
f3d8222ddb
@ -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',
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user