Skip to content

Commit 73b8825

Browse files
committed
fix: make input bg transparent
1 parent 7a9f351 commit 73b8825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Form.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const Form = () => {
3838
onChange={(e) => setTodo(e.target.value)}
3939
type="text"
4040
placeholder="Create a new todo..."
41-
className="w-full py-2 focus:outline-none"
41+
className="w-full bg-transparent py-2 focus:outline-none"
4242
/>
4343
</form>
4444
)

0 commit comments

Comments
 (0)