Skip to content

Commit

Permalink
Fix hover on robot card
Browse files Browse the repository at this point in the history
  • Loading branch information
haakonsf committed Jul 25, 2024
1 parent 8a7a912 commit 0598a6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const HoverableStyledCard = styled(Card)`
background-color: ${tokens.colors.ui.background__default.hex};
cursor: pointer;
:hover {
#buttoncard:hover {
background-color: ${tokens.colors.infographic.primary__mist_blue.hex};
}
Expand Down

0 comments on commit 0598a6f

Please sign in to comment.