Skip to content

Commit

Permalink
fix: change placeholder text color (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
PerkinsDan authored Jan 25, 2023
1 parent 2d3e59b commit f141c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/form.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const Form = () => {
<input
type="text"
placeholder="Search slang full meaning..."
className="flex-1 w-1/2 h-11 rounded-full ml-2 border-none outline-none text-gray text-lg bg-ash"
className="flex-1 w-1/2 h-11 rounded-full ml-2 border-none outline-none placeholder:text-gray bg-ash"
value={userInput}
onChange={(e) =>
setUserInput(e.target.value.toLocaleLowerCase())
Expand Down

1 comment on commit f141c20

@vercel
Copy link

@vercel vercel bot commented on f141c20 Jan 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.