Commit 429ade5b authored by Jordan Frankfurt's avatar Jordan Frankfurt Committed by GitHub

fix: add back the border-radius for swap tx conf (#5164)

add back the border-radius for swap tx conf
parent 5c21dd98
...@@ -25,7 +25,8 @@ import AnimatedConfirmation from './AnimatedConfirmation' ...@@ -25,7 +25,8 @@ import AnimatedConfirmation from './AnimatedConfirmation'
const Wrapper = styled.div` const Wrapper = styled.div`
background-color: ${({ theme }) => theme.backgroundSurface}; background-color: ${({ theme }) => theme.backgroundSurface};
outline: ${({ theme }) => `1px solid ${theme.backgroundOutline}`}; border-radius: 20px;
outline: 1px solid ${({ theme }) => theme.backgroundOutline};
width: 100%; width: 100%;
padding: 1rem; padding: 1rem;
` `
......
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