Skip to content

Commit

Permalink
fix: added correct hover state colors in lot-picker
Browse files Browse the repository at this point in the history
  • Loading branch information
orangemug committed Sep 17, 2024
1 parent 8619d90 commit 1f224b5
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ const ButtonContainer = styled.div`
border: 1px solid var(--Tokens-Border-border-neutral-lighter, #cacaca);
background-color: #222222;
color: #fff;
:hover {
background: #222222;
color: #fff;
}
}
}
Expand Down

0 comments on commit 1f224b5

Please sign in to comment.