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

add back the border-radius for swap tx conf
This commit is contained in:
Jordan Frankfurt 2022-11-11 16:13:49 -05:00 committed by GitHub
parent 5c21dd9852
commit 429ade5b20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,7 +25,8 @@ import AnimatedConfirmation from './AnimatedConfirmation'
const Wrapper = styled.div`
background-color: ${({ theme }) => theme.backgroundSurface};
outline: ${({ theme }) => `1px solid ${theme.backgroundOutline}`};
border-radius: 20px;
outline: 1px solid ${({ theme }) => theme.backgroundOutline};
width: 100%;
padding: 1rem;
`