From 5e53883b2cb20eb07a41c5a32afcefb43d978675 Mon Sep 17 00:00:00 2001 From: kong Date: Thu, 2 Jan 2025 17:09:51 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=AA=A8=EB=B0=94=EC=9D=BC=20=ED=99=98?= =?UTF-8?q?=EA=B2=BD=EC=97=90=EC=84=9C=20height=20=EB=B3=80=EA=B2=BD?= =?UTF-8?q?=EB=90=98=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/modal/FloatingButtonModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/modal/FloatingButtonModal.tsx b/src/components/modal/FloatingButtonModal.tsx index 6f655ab4..cd702a13 100644 --- a/src/components/modal/FloatingButtonModal.tsx +++ b/src/components/modal/FloatingButtonModal.tsx @@ -107,7 +107,7 @@ const Container = styled('div', { }, '@tablet': { width: '140px', - height: '90px', + height: 'auto', borderRadius: '18px', bottom: '72px', padding: '$6 $0 $6 $4',