change captcha inputbox theme
This commit is contained in:
@@ -41,7 +41,7 @@ const DefaultCaptcha = ({ onStateChange, generation, noLabel, ...rest }: Default
|
|||||||
pr: 0.5,
|
pr: 0.5,
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
variant={"filled"}
|
variant={"standard"}
|
||||||
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}
|
||||||
|
|||||||
Reference in New Issue
Block a user