Skip to content

Commit

Permalink
Merge pull request #2172 from Chia-Network/checkpoint/main_from_relea…
Browse files Browse the repository at this point in the history
…se_2.1.0_ef10761cc0f60d275dbd0895c59729eed081aad1
  • Loading branch information
paninaro authored Sep 26, 2023
2 parents 4f0cc6e + 4c19d7d commit 0ecb603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/screens/SelectKey/SelectKeyItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export default function SelectKeyItem(props: SelectKeyItemProps) {
sx={{
zIndex: 9,
backgroundColor: walletKeyTheme.emoji === '' ? color.main : 'none',
':hover': {
'&:hover': {
backgroundColor: color.main,
},
width: '48px',
Expand Down

0 comments on commit 0ecb603

Please sign in to comment.