From c720cad534235ed297863a9aee2ca60b33052205 Mon Sep 17 00:00:00 2001 From: 03hoho03 Date: Sat, 11 May 2024 13:01:01 +0900 Subject: [PATCH] =?UTF-8?q?[#9]=20padding=EA=B0=92=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/Dialog/Content.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/common/Dialog/Content.tsx b/src/components/common/Dialog/Content.tsx index 0600ef3..6bf6c02 100644 --- a/src/components/common/Dialog/Content.tsx +++ b/src/components/common/Dialog/Content.tsx @@ -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; @@ -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);