Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 0cf9794

Browse files
authored
fix: clip dialogs at corners (#462)
1 parent 63d6687 commit 0cf9794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Dialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ const slideOutRight = keyframes`
141141
`
142142

143143
const HiddenWrapper = styled.div`
144-
border-radius: ${({ theme }) => theme.borderRadius}em;
144+
border-radius: ${({ theme }) => theme.borderRadius.medium}em;
145145
height: 100%;
146146
left: 0;
147147
overflow: hidden;

0 commit comments

Comments
 (0)