Adding Formfield

This commit is contained in:
Belén Curcio
2018-08-09 11:43:32 -03:00
parent f3403d4223
commit 361aab7085
4 changed files with 33 additions and 13 deletions
@@ -72,7 +72,7 @@ const TextField: StatelessComponent<TextFieldProps> = props => {
TextField.defaultProps = {
color: "regular",
fullWidth: false,
fullWidth: true,
placeholder: "",
};