Skip to content

Commit

Permalink
Fix color of star in Album grid when using Light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Aug 19, 2020
1 parent c83808a commit f3d8222
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/common/ContextMenus.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
Expand Down

0 comments on commit f3d8222

Please sign in to comment.