From 8476d841de9cfd28e507a5f80425934204cd1e8e Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Mon, 26 Sep 2022 23:06:44 +0630 Subject: [PATCH] Update search box focus style to be border-accent --- src/components/Search.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Search.tsx b/src/components/Search.tsx index b7098af..1b152f6 100644 --- a/src/components/Search.tsx +++ b/src/components/Search.tsx @@ -55,7 +55,7 @@ export default function SearchBar({ searchList }: Props) { className="placeholder:italic placeholder:text-opacity-75 py-3 pl-10 pr-3 block bg-skin-fill w-full rounded border border-skin-fill border-opacity-40 - focus:outline-none focus:border-skin-fill" + focus:outline-none focus:border-skin-accent" placeholder="Search for anything..." type="text" name="search"