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"