Skip to content

Commit

Permalink
[#9] padding값 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
03hoho03 committed May 11, 2024
1 parent f5f6d7e commit c720cad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/common/Dialog/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import * as DialogPrimitive from '@radix-ui/react-dialog'
import styled from 'styled-components'

const StyledContent = styled(DialogPrimitive.Content)`
/* 기본값 */
position: relative;
background-color: white;
border-radius: 14px;
Expand All @@ -18,7 +19,7 @@ const StyledContent = styled(DialogPrimitive.Content)`
max-width: 360px;
min-height: 320px;
max-height: 85vh;
padding: 60px 0;
padding: 60px 20px 54px;
outline: none;
animation: contentShow 150ms cubic-bezier(0.16, 1, 0.3, 1);
Expand Down

0 comments on commit c720cad

Please sign in to comment.