fix: modal border radius (#3576)

This commit is contained in:
Zach Pomerantz 2022-03-22 13:44:33 -04:00 committed by GitHub
parent da20315724
commit 6c4f7ab9a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;