From ee8ba5903665e20bc79b9db7aab0ccabba9c8357 Mon Sep 17 00:00:00 2001 From: Mina Choi Date: Thu, 3 Sep 2026 10:59:13 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20solution/frontend:=20=ED=9E=88=EC=96=B4?= =?UTF-8?q?=EB=A1=9C=20=EA=B2=80=EC=83=89=EC=B0=BD=EC=9D=84=20pill=20?= =?UTF-8?q?=EC=97=90=EC=84=9C=20rounded-xl=20=EB=A1=9C=20=E2=80=94=20?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20=EC=B9=B4=EB=93=9C=20=EA=B3=A1?= =?UTF-8?q?=EB=A5=A0=EA=B3=BC=20=EC=96=B4=EA=B8=8B=EB=82=AC=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- solution/frontend/src/pages/LandingPage.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/solution/frontend/src/pages/LandingPage.tsx b/solution/frontend/src/pages/LandingPage.tsx index 8f657f6..0ad6545 100644 --- a/solution/frontend/src/pages/LandingPage.tsx +++ b/solution/frontend/src/pages/LandingPage.tsx @@ -77,7 +77,7 @@ export function LandingPage() {
setQuery(e.target.value)} placeholder="가게 이름을 입력하세요" aria-label="가게 이름" - className="h-13 w-full rounded-full border border-border bg-card pr-5 pl-12 text-sm shadow-sm transition-colors outline-none placeholder:text-muted-foreground focus:border-ring focus:ring-1 focus:ring-ring" + className="h-13 w-full rounded-xl border border-border bg-card pr-5 pl-11 text-sm shadow-sm transition-colors outline-none placeholder:text-muted-foreground focus:border-ring focus:ring-1 focus:ring-ring" />
-