From d18177452ba918afa3794457080f18d02d9d1a0e Mon Sep 17 00:00:00 2001 From: Leonmmcoset Date: Tue, 21 Oct 2025 21:35:04 +0800 Subject: [PATCH] awa --- src/component/Common/Captcha/DefaultCaptcha.tsx | 2 +- src/component/Common/Form/OutlineIconTextField.tsx | 2 +- src/component/FileManager/Dialogs/ExtractArchive.tsx | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) 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}