Skip to content

Commit

Permalink
Add styles correction to avoid extra hover grey box on Menuitem
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakith-Rambukkanage committed Jan 11, 2024
1 parent cd0fdae commit 4b8fe41
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ const styles = theme => ({
},
appDropDown: {
color: theme.palette.getContrastText(theme.palette.background.paper),
'&:hover': {
backgroundColor: 'unset',
},
},
});

Expand Down

0 comments on commit 4b8fe41

Please sign in to comment.