+
@@ -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"
/>
);