Skip to content

Commit

Permalink
change text from white
Browse files Browse the repository at this point in the history
  • Loading branch information
candywal committed Dec 8, 2023
1 parent d976804 commit 12c47a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Frontend/src/pages/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default function Create() {
value={text}
onChange={(e) => setText(e.target.value)}
placeholder="Enter some text"
className="border border-gray-300 p-2 rounded w-full mb-4"
className="border border-gray-300 p-2 rounded w-full mb-4 text-black"
/>
<button
type="submit"
Expand Down

0 comments on commit 12c47a6

Please sign in to comment.