From 4b5c7c3946dbf6093a06181e2c30dfac5f8af63b Mon Sep 17 00:00:00 2001 From: pipisebastian Date: Tue, 19 Nov 2024 18:12:37 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=EB=AA=A8=EB=8B=AC=20=EB=94=94?= =?UTF-8?q?=EC=9E=90=EC=9D=B8=20=EC=88=98=EC=A0=95=20#140?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/components/modal/modal.style.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/components/modal/modal.style.ts b/client/src/components/modal/modal.style.ts index e1fade7a..7f95cf8c 100644 --- a/client/src/components/modal/modal.style.ts +++ b/client/src/components/modal/modal.style.ts @@ -45,6 +45,8 @@ export const modalContent = css({ alignItems: "center", width: "100%", height: "100%", + paddingTop: "md", + paddingBottom: "md", textAlign: "center", });