Skip to content

Commit

Permalink
Update SearchBar.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-priyanshu15 authored Dec 19, 2024
1 parent 2b1e101 commit 2146938
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/SearchBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default function SearchBar() {
value={query}
onChange={(e) => setQuery(e.target.value)}
className="px-3 py-2 rounded-md focus:outline-none focus:ring focus:border-blue-600 flex-1"
style={{ color: "black" }}
/>
<button type="submit" className="px-4 py-2 bg-blue-600 text-black rounded-md">
<FaSearch />
Expand Down

0 comments on commit 2146938

Please sign in to comment.