Skip to content

Commit

Permalink
fix: change style for card
Browse files Browse the repository at this point in the history
  • Loading branch information
Melichka committed Sep 2, 2024
1 parent 40e0db9 commit ee15944
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ export const CardContainer = styled.div`
height: 80px;
border-radius: 12px;
background-color: #ffffff;
box-shadow:
0px 1px 5px 0px rgba(0, 0, 0, 0.12),
0px 2px 3px 0px rgba(0, 0, 0, 0.14),
0px 3px 5px -2px rgba(0, 0, 0, 0.2);
border: 1px solid rgba(202, 196, 208, 1);
cursor: pointer;
&:hover {
Expand Down

0 comments on commit ee15944

Please sign in to comment.