Skip to content

Commit

Permalink
Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
derekmbrown committed Feb 3, 2025
1 parent 57e59b5 commit 72c3b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/Search.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function Search({ searchList }) {

return (
<>
<div class="flex flex-col bg-[#1E262F] rounded-lg">
<div class="flex flex-col bg-[#1E262F] rounded-lg text-lg">
<input
type="text"
value={query}
Expand Down

0 comments on commit 72c3b22

Please sign in to comment.