From 4b94275abada8396888eafd49f9ffa13b9ec2a50 Mon Sep 17 00:00:00 2001 From: simeunseo Date: Tue, 10 Oct 2023 05:02:11 +0900 Subject: [PATCH] =?UTF-8?q?design:=20button=20=ED=95=98=EB=8B=A8=20?= =?UTF-8?q?=EC=97=AC=EB=B0=B1=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/atomComponents/Button.tsx | 1 - src/pages/selectSchedule/SelectSchedulePage.tsx | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/atomComponents/Button.tsx b/src/components/atomComponents/Button.tsx index 9352860b..1750f2c8 100644 --- a/src/components/atomComponents/Button.tsx +++ b/src/components/atomComponents/Button.tsx @@ -23,7 +23,6 @@ const buttonDefaultCSS = { display: flex; align-items: center; justify-content: center; - margin-bottom: 4.4rem; border-radius: 0.8rem; padding: 1.6rem; width: 33.5rem; diff --git a/src/pages/selectSchedule/SelectSchedulePage.tsx b/src/pages/selectSchedule/SelectSchedulePage.tsx index 427fdf5a..ff144bf9 100644 --- a/src/pages/selectSchedule/SelectSchedulePage.tsx +++ b/src/pages/selectSchedule/SelectSchedulePage.tsx @@ -261,6 +261,8 @@ const StyledBtnSection = styled.section` justify-content: center; background: ${({ theme }) => theme.colors.dim_gradient}; + padding-bottom: 2.9rem; + width: 100%; height: 16.4rem; `;