Skip to content

Commit

Permalink
Emoji hover state fix (#2165)
Browse files Browse the repository at this point in the history
  • Loading branch information
rifeljm authored Sep 25, 2023
1 parent 07fa8ad commit 11113be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export default function LayoutDashboard(props: LayoutDashboardProps) {
lineHeight: '67px',
textAlign: 'center',
borderRadius: '5px',
':hover': {
'&:hover': {
cursor: 'pointer',
backgroundColor: theme.palette.colors[walletKeyTheme.color].main,
},
Expand Down

0 comments on commit 11113be

Please sign in to comment.