Skip to content

Commit

Permalink
fix: fix active menu item bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
jbcl-io committed Apr 22, 2021
1 parent 3f4cbc7 commit e4aabe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Menus/SimpleTextMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const useStyles = makeStyles((theme) => ({

'&:not($subheader)': {
'&.Mui-selected, &:hover': {
backgroundColor: grey[100],
backgroundColor: grey[200],
},
},
},
Expand Down

0 comments on commit e4aabe9

Please sign in to comment.