Writing_Microblogs to Material-UI and UI improvements

This commit is contained in:
2019-11-03 15:17:14 -05:00
parent 3fa4cd7033
commit 2bd1c08c2c
5 changed files with 40 additions and 114 deletions

View File

@@ -107,6 +107,7 @@ export class Signup extends Component {
variant="outlined"
onChange={this.handleChange}
fullWidth
autoComplete='off'
/>
<TextField
id="email"
@@ -119,6 +120,7 @@ export class Signup extends Component {
variant="outlined"
onChange={this.handleChange}
fullWidth
autoComplete='off'
/>
<TextField
id="password"
@@ -132,6 +134,7 @@ export class Signup extends Component {
variant="outlined"
onChange={this.handleChange}
fullWidth
autoComplete='off'
/>
<TextField
id="confirmPassword"
@@ -145,6 +148,7 @@ export class Signup extends Component {
variant="outlined"
onChange={this.handleChange}
fullWidth
autoComplete='off'
/>
<Button
type="submit"