fix: modal border radius (#3576)
This commit is contained in:
parent
da20315724
commit
6c4f7ab9a1
@ -60,7 +60,7 @@ const slideOut = keyframes`
|
||||
`
|
||||
|
||||
const DialogWrapper = styled.div`
|
||||
border-radius: ${({ theme }) => theme.borderRadius}em;
|
||||
border-radius: ${({ theme }) => theme.borderRadius * 0.75}em;
|
||||
height: calc(100% - 0.5em);
|
||||
left: 0;
|
||||
margin: 0.25em;
|
||||
|
Loading…
Reference in New Issue
Block a user