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:
parent
5c21dd9852
commit
429ade5b20
@ -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;
|
||||
`
|
||||
|
Loading…
Reference in New Issue
Block a user