Stream Styling

This commit is contained in:
Belén Curcio
2018-08-12 19:22:50 -03:00
parent 06f9c0a212
commit de5c37ebcf
13 changed files with 113 additions and 13 deletions
+3 -1
View File
@@ -32,7 +32,9 @@ const SignUp: StatelessComponent = props => {
</FormField>
<FormField>
<InputLabel>Password</InputLabel>
<Typography>Must be at least 8 characters</Typography>
<Typography variant="inputDescription">
Must be at least 8 characters
</Typography>
<TextField />
</FormField>
<FormField>