Commit 6c4f7ab9 authored by Zach Pomerantz's avatar Zach Pomerantz Committed by GitHub

fix: modal border radius (#3576)

parent da203157
...@@ -60,7 +60,7 @@ const slideOut = keyframes` ...@@ -60,7 +60,7 @@ const slideOut = keyframes`
` `
const DialogWrapper = styled.div` const DialogWrapper = styled.div`
border-radius: ${({ theme }) => theme.borderRadius}em; border-radius: ${({ theme }) => theme.borderRadius * 0.75}em;
height: calc(100% - 0.5em); height: calc(100% - 0.5em);
left: 0; left: 0;
margin: 0.25em; margin: 0.25em;
......
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