We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a9f351 commit 73b8825Copy full SHA for 73b8825
components/Form.tsx
@@ -38,7 +38,7 @@ const Form = () => {
38
onChange={(e) => setTodo(e.target.value)}
39
type="text"
40
placeholder="Create a new todo..."
41
- className="w-full py-2 focus:outline-none"
+ className="w-full bg-transparent py-2 focus:outline-none"
42
/>
43
</form>
44
)
0 commit comments