diff --git a/src/components/search-bar.jsx b/src/components/search-bar.jsx index 1c83ee7b..a9a9d8a3 100644 --- a/src/components/search-bar.jsx +++ b/src/components/search-bar.jsx @@ -152,7 +152,7 @@ export default function SearchBar() { ref={dialogReference} >
@@ -169,7 +169,7 @@ export default function SearchBar() { placeholder: "What are you searching for?", "aria-label": "Search input", className: - "w-full pr-10 p-2 bg-gray-800 text-white placeholder-gray-400 border border-gray-700 rounded focus:outline-none focus:ring-2 focus:ring-blue-500", + "w-full pr-10 p-2 bg-gray-700 text-white placeholder-gray-400 border border-gray-700 rounded focus:outline-none focus:ring-2 focus:ring-blue-500", })} />