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 }) => { +