From b38d7a47733b89856fc240ce22a6fe6840cfb684 Mon Sep 17 00:00:00 2001 From: d3v1l0n Date: Wed, 25 Dec 2024 06:32:37 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20style:=20add=20focus=20color?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/features/SearchBar.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/features/SearchBar.tsx b/src/components/features/SearchBar.tsx index 7672b53c..606ece3f 100644 --- a/src/components/features/SearchBar.tsx +++ b/src/components/features/SearchBar.tsx @@ -9,14 +9,14 @@ interface SearchBarProps { export function SearchBar({ value, onChange }: SearchBarProps) { return (
- +
); -} \ No newline at end of file +}