fix: set maxWidth to 400
This commit is contained in:
@@ -63,7 +63,7 @@ const Login = () => {
|
|||||||
<Typography variant="h4" gutterBottom>
|
<Typography variant="h4" gutterBottom>
|
||||||
Welcome Back!
|
Welcome Back!
|
||||||
</Typography>
|
</Typography>
|
||||||
<Box component="form" onSubmit={submitForm} sx={{ maxWidth: 300, width: '100%' }}>
|
<Box component="form" onSubmit={submitForm} sx={{ maxWidth: 400, width: '100%' }}>
|
||||||
<TextField
|
<TextField
|
||||||
fullWidth
|
fullWidth
|
||||||
label="Email"
|
label="Email"
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ const Register = () => {
|
|||||||
<Typography variant="h4" gutterBottom>
|
<Typography variant="h4" gutterBottom>
|
||||||
Create an account
|
Create an account
|
||||||
</Typography>
|
</Typography>
|
||||||
<Box component="form" onSubmit={submitForm} sx={{ maxWidth: 300, width: '100%' }}>
|
<Box component="form" onSubmit={submitForm} sx={{ maxWidth: 400, width: '100%' }}>
|
||||||
<TextField
|
<TextField
|
||||||
margin="normal"
|
margin="normal"
|
||||||
required
|
required
|
||||||
|
|||||||
Reference in New Issue
Block a user