chore: update theme berry

This commit is contained in:
JustSong
2024-03-17 17:48:57 +08:00
parent 1d7470d6ad
commit 704ec1a827
11 changed files with 66 additions and 56 deletions

View File

@@ -180,7 +180,7 @@ const LoginForm = ({ ...others }) => {
{({ errors, handleBlur, handleChange, handleSubmit, isSubmitting, touched, values }) => (
<form noValidate onSubmit={handleSubmit} {...others}>
<FormControl fullWidth error={Boolean(touched.username && errors.username)} sx={{ ...theme.typography.customInput }}>
<InputLabel htmlFor="outlined-adornment-username-login">用户名</InputLabel>
<InputLabel htmlFor="outlined-adornment-username-login">用户名 / 邮箱</InputLabel>
<OutlinedInput
id="outlined-adornment-username-login"
type="text"