increase size of username/password fields

This commit is contained in:
proddy
2023-08-08 07:50:03 +02:00
parent c4ec535a82
commit e17f709fe1

View File

@@ -157,7 +157,7 @@ const SignIn: FC = () => {
fieldErrors={fieldErrors}
disabled={processing}
sx={{
width: 200
width: 240
}}
name="username"
label={LL.USERNAME(0)}
@@ -170,7 +170,7 @@ const SignIn: FC = () => {
fieldErrors={fieldErrors}
disabled={processing}
sx={{
width: 200
width: 240
}}
name="password"
label={LL.PASSWORD()}