Skip to content

Commit aa367b7

Browse files
committed
modify style
1 parent c7c424f commit aa367b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Input.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const Input = (props) => {
1414
className="form-control"
1515
id="listItemInput"
1616
placeholder="Add new todo"
17+
style={{ "margin-bottom": 20 }}
1718
onChange={props.inputChange.bind(this)}
1819
value={props.value}
1920
/>

0 commit comments

Comments
 (0)