diff --git a/src/app/components/AppHeader.tsx b/src/app/components/AppHeader.tsx index 9fd1f5f..fcd62d5 100644 --- a/src/app/components/AppHeader.tsx +++ b/src/app/components/AppHeader.tsx @@ -423,7 +423,7 @@ export function AppHeader() { />
(
{/* 상단: 사진 384x192, 상단 라운드 16, 하단 0 */} @@ -149,20 +145,20 @@ export default function HorizontalCardScroller({ items }: HorizontalCardScroller
-
+
-
+
@@ -170,11 +166,11 @@ export default function HorizontalCardScroller({ items }: HorizontalCardScroller
diff --git a/src/app/components/SearchBar.tsx b/src/app/components/SearchBar.tsx index 54ce981..dbb6020 100644 --- a/src/app/components/SearchBar.tsx +++ b/src/app/components/SearchBar.tsx @@ -14,13 +14,14 @@ export function SearchBar() { }} role="search" aria-label="사이트 검색" - className="relative w-full max-w-[384px]" + className="relative w-full max-w-[384px] group" > { if (e.key === "Escape") setTerm(""); }} - className="w-full h-12 pr-12 pl-2 rounded-2xl border border-neutral-300 bg-white" + className="w-full h-12 pr-12 pl-2 rounded-2xl border bg-white border-neutral-300 hover:border-[2px] hover:border-neutral-500 focus:border-2 focus:border-neutral-800 focus:outline-none transition-colors" /> );