awa
This commit is contained in:
@@ -41,7 +41,7 @@ const DefaultCaptcha = ({ onStateChange, generation, noLabel, ...rest }: Default
|
|||||||
pr: 0.5,
|
pr: 0.5,
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
variant={"standard"}
|
variant={"filled"}
|
||||||
label={noLabel ? undefined : t("login.captcha")}
|
label={noLabel ? undefined : t("login.captcha")}
|
||||||
onChange={(e) => setCaptcha(e.target.value)}
|
onChange={(e) => setCaptcha(e.target.value)}
|
||||||
value={captcha}
|
value={captcha}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ export const OutlineIconTextField = ({ icon, ...rest }: OutlineIconTextFieldProp
|
|||||||
return (
|
return (
|
||||||
<TextField
|
<TextField
|
||||||
{...rest}
|
{...rest}
|
||||||
variant="standard"
|
variant="filled"
|
||||||
slotProps={{
|
slotProps={{
|
||||||
input: {
|
input: {
|
||||||
startAdornment: !isMobile && <InputAdornment position="start">{icon}</InputAdornment>,
|
startAdornment: !isMobile && <InputAdornment position="start">{icon}</InputAdornment>,
|
||||||
|
|||||||
@@ -152,6 +152,7 @@ const ExtractArchive = () => {
|
|||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
fullWidth
|
fullWidth
|
||||||
|
variant="filled"
|
||||||
placeholder={t("application:modals.passwordDescription")}
|
placeholder={t("application:modals.passwordDescription")}
|
||||||
label={t("modals.password")}
|
label={t("modals.password")}
|
||||||
value={password}
|
value={password}
|
||||||
|
|||||||
Reference in New Issue
Block a user