Skip to content

Commit

Permalink
Merge pull request #232 from 2wheeh/fix/gap-between-boxes
Browse files Browse the repository at this point in the history
fix: add margin above Expand on Add liquidity modal
  • Loading branch information
2wheeh authored Feb 26, 2025
2 parents b29ff18 + dc6f8e6 commit 8d078a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/Earn/Pools/Provide/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ function ProvidePage() {
)}
<div
css={css`
margin-top: 10px;
margin-bottom: ${isPoolEmpty ? "10px" : "20px"};
`}
>
Expand Down

0 comments on commit 8d078a6

Please sign in to comment.