Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
seungju committed Sep 21, 2020
1 parent ebe7c97 commit 5a8e407
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/Input.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const Container = styled.input`
height: 35px;
font-size: 12px;
padding: 0px 15px;
font-weight: 600;
`;

const Input = ({ placeholder, required = true, value, onChange, className, type = "text" }) =>
Expand Down

0 comments on commit 5a8e407

Please sign in to comment.