From 86da9b21e5d3876d63a1ff9acb26a5554d940d29 Mon Sep 17 00:00:00 2001 From: Hyelim Choi Date: Fri, 23 Aug 2024 10:51:32 +0900 Subject: [PATCH] =?UTF-8?q?hofix:=20=EB=B2=84=ED=8A=BC=20=EC=82=AC?= =?UTF-8?q?=EC=9D=B4=EC=A6=88=EB=A5=BC=20=EC=88=98=EC=A0=95=ED=95=9C?= =?UTF-8?q?=EB=8B=A4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/_common/AlertModal/AlertModal.tsx | 1 + frontend/src/components/_common/Button/Button.tsx | 2 +- frontend/src/index.tsx | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/_common/AlertModal/AlertModal.tsx b/frontend/src/components/_common/AlertModal/AlertModal.tsx index 8d23c7b18..04cdea5c3 100644 --- a/frontend/src/components/_common/AlertModal/AlertModal.tsx +++ b/frontend/src/components/_common/AlertModal/AlertModal.tsx @@ -51,6 +51,7 @@ const S = { width: 100%; ${flexRow} justify-content: space-around; + gap: 1rem; `, IconBox: styled.div` display: flex; diff --git a/frontend/src/components/_common/Button/Button.tsx b/frontend/src/components/_common/Button/Button.tsx index cd8d2eaa2..5da7f9c1d 100644 --- a/frontend/src/components/_common/Button/Button.tsx +++ b/frontend/src/components/_common/Button/Button.tsx @@ -80,7 +80,7 @@ const sizeStyles = { ${title4} `, medium: css` - padding: 1.2rem 4.8rem; + padding: 1.2rem 3.6rem; ${title3} `, full: css` diff --git a/frontend/src/index.tsx b/frontend/src/index.tsx index e03cc356e..c824cfc11 100644 --- a/frontend/src/index.tsx +++ b/frontend/src/index.tsx @@ -10,6 +10,7 @@ async function enableMocking() { if (process.env.DEV_MODE !== 'on') { return; } + const { worker } = await import('./mocks/browser'); await worker.start({ serviceWorker: {