This commit is contained in:
2025-10-21 21:35:04 +08:00
parent 7b9c686558
commit d18177452b
3 changed files with 3 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ const DefaultCaptcha = ({ onStateChange, generation, noLabel, ...rest }: Default
pr: 0.5,
},
}}
variant={"standard"}
variant={"filled"}
label={noLabel ? undefined : t("login.captcha")}
onChange={(e) => setCaptcha(e.target.value)}
value={captcha}

View File

@@ -10,7 +10,7 @@ export const OutlineIconTextField = ({ icon, ...rest }: OutlineIconTextFieldProp
return (
<TextField
{...rest}
variant="standard"
variant="filled"
slotProps={{
input: {
startAdornment: !isMobile && <InputAdornment position="start">{icon}</InputAdornment>,

View File

@@ -152,6 +152,7 @@ const ExtractArchive = () => {
},
}}
fullWidth
variant="filled"
placeholder={t("application:modals.passwordDescription")}
label={t("modals.password")}
value={password}