fix: remove text color from name input field

This commit is contained in:
2025-01-23 21:38:40 +01:00
parent 975ed08753
commit f82b3373b4

View File

@@ -3,7 +3,7 @@
<div class="flex gap-4"> <div class="flex gap-4">
<label for="name">Name: </label> <label for="name">Name: </label>
<input type="text" name="name" class="border rounded text-black" /> <input type="text" name="name" class="border rounded" />
</div> </div>
<button class="px-4 py-2 rounded bg-green-500 m-4">Submit</button> <button class="px-4 py-2 rounded bg-green-500 m-4">Submit</button>