Commit 4e64c0e8 authored by eddie's avatar eddie Committed by GitHub

fix: round corners of CurrencySearch (#5969)

parent fda28d9b
...@@ -35,6 +35,7 @@ const ContentWrapper = styled(Column)` ...@@ -35,6 +35,7 @@ const ContentWrapper = styled(Column)`
overflow: hidden; overflow: hidden;
flex: 1 1; flex: 1 1;
position: relative; position: relative;
border-radius: 20px;
` `
interface CurrencySearchProps { interface CurrencySearchProps {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment