Updated tests and latest changes

This commit is contained in:
Belen Curcio
2018-08-17 11:40:31 -03:00
parent 071cf1ce1d
commit 310f250212
14 changed files with 64 additions and 28 deletions
@@ -84,7 +84,6 @@ const TextField: StatelessComponent<TextFieldProps> = props => {
TextField.defaultProps = {
color: "regular",
fullWidth: true,
placeholder: "",
};