mirror of
https://github.com/navidrome/navidrome.git
synced 2025-08-10 00:52:20 +00:00
Fix color of star in Album grid when using Light theme
This commit is contained in:
@@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user