Skip to content

Commit

Permalink
br
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinbaojz committed Sep 22, 2024
1 parent 92b24c2 commit adc757a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/pages/Todo/Todo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,14 @@ function TodoPage()
<br></br>
<br></br>
<br></br>
<br></br>
<Form>
<Form.Group className="mb-3" controlId="exampleForm.ControlInput1">
<Form.Label>Due Date</Form.Label>
<Form.Control type="date" style={{background: "transparent", color: "white"}}
value={newTaskDate} onChange={(e) => setNewTaskDate(e.target.value)}/>
</Form.Group>
<br></br>
<br></br>
<Form.Group className="mb-3" controlId="exampleForm.ControlTextarea1">
<Form.Label>Task Title</Form.Label>
<Form.Control type="text" style={{background: "transparent", color: "white"}}
Expand Down

0 comments on commit adc757a

Please sign in to comment.