From 7b9c686558de40bd75cf4b9f5e852a7855466739 Mon Sep 17 00:00:00 2001 From: Leonmmcoset Date: Tue, 21 Oct 2025 21:27:40 +0800 Subject: [PATCH] change captcha inputbox theme --- src/component/Common/Captcha/DefaultCaptcha.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/component/Common/Captcha/DefaultCaptcha.tsx b/src/component/Common/Captcha/DefaultCaptcha.tsx index 5b03d8f..a8581dd 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={"filled"} + variant={"standard"} label={noLabel ? undefined : t("login.captcha")} onChange={(e) => setCaptcha(e.target.value)} value={captcha}