diff --git a/src/component/Common/Captcha/DefaultCaptcha.tsx b/src/component/Common/Captcha/DefaultCaptcha.tsx index a8581dd..5b03d8f 100755 --- a/src/component/Common/Captcha/DefaultCaptcha.tsx +++ b/src/component/Common/Captcha/DefaultCaptcha.tsx @@ -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} diff --git a/src/component/Common/Form/OutlineIconTextField.tsx b/src/component/Common/Form/OutlineIconTextField.tsx index 26f0186..b050bfb 100755 --- a/src/component/Common/Form/OutlineIconTextField.tsx +++ b/src/component/Common/Form/OutlineIconTextField.tsx @@ -10,7 +10,7 @@ export const OutlineIconTextField = ({ icon, ...rest }: OutlineIconTextFieldProp return ( {icon}, diff --git a/src/component/FileManager/Dialogs/ExtractArchive.tsx b/src/component/FileManager/Dialogs/ExtractArchive.tsx index 286c1ba..b89bf81 100755 --- a/src/component/FileManager/Dialogs/ExtractArchive.tsx +++ b/src/component/FileManager/Dialogs/ExtractArchive.tsx @@ -152,6 +152,7 @@ const ExtractArchive = () => { }, }} fullWidth + variant="filled" placeholder={t("application:modals.passwordDescription")} label={t("modals.password")} value={password}