Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
Making price suggestion buttons round
Browse files Browse the repository at this point in the history
  • Loading branch information
Leandro Boscariol committed Jul 23, 2020
1 parent 9d7f87c commit 85c0672
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/TradeWidget/PriceEstimations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ const Wrapper = styled.div`
display: block;
}
button {
border-radius: 1rem;
}
.container {
display: grid;
grid-template-columns: 4fr 1fr 1.5fr;
Expand Down

0 comments on commit 85c0672

Please sign in to comment.