Skip to content

Commit

Permalink
fix height issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tienkane committed Nov 19, 2024
1 parent 9c9cc43 commit f3a4384
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/Earns/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ const CardWrapper = styled.div`
const ListPoolWrapper = styled.div`
padding: 20px;
border-radius: 20px;
height: 100%;
background: linear-gradient(119.08deg, rgba(20, 29, 27, 1) -0.89%, rgba(14, 14, 14, 1) 132.3%);
cursor: url(${CursorIcon}), auto;
`
Expand Down

0 comments on commit f3a4384

Please sign in to comment.