From 345e7180cdc182e8a475dbf0f65211ac83d240c0 Mon Sep 17 00:00:00 2001 From: dasosann Date: Wed, 11 Feb 2026 14:00:56 +0900 Subject: [PATCH] =?UTF-8?q?fix=20=EC=9D=BC=EA=B7=B8=EB=9F=AC=EC=A7=90=20?= =?UTF-8?q?=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/ui/Button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ui/Button.tsx b/components/ui/Button.tsx index a741f05..a929582 100644 --- a/components/ui/Button.tsx +++ b/components/ui/Button.tsx @@ -16,7 +16,7 @@ export default function Button({ fixed = false, bottom = 0, sideGap = 16, - safeArea = true, + safeArea = false, disabled = false, shadow, className,