From ae65f4de67d70ddaedfd3a40e1acb6e659e62e3b Mon Sep 17 00:00:00 2001 From: HF Date: Thu, 18 Mar 2021 00:33:57 +0100 Subject: [PATCH] Captcha style --- src/components/Captcha.jsx | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/components/Captcha.jsx b/src/components/Captcha.jsx index 67fdb6f..8270865 100644 --- a/src/components/Captcha.jsx +++ b/src/components/Captcha.jsx @@ -65,6 +65,8 @@ const Captcha = ({ callback, close }) => { role="button" tabIndex={-1} title={t`Reload`} + className="modallink" + style={{fontSize: 28}} onClick={() => { setImgLoaded(false); setCaptchaUrl(getUrl()); @@ -74,11 +76,15 @@ const Captcha = ({ callback, close }) => {

{ const txt = evt.target.value; setText(txt); @@ -90,9 +96,11 @@ const Captcha = ({ callback, close }) => { +