Skip to content

Commit

Permalink
Fix theme discrepany
Browse files Browse the repository at this point in the history
  • Loading branch information
ollfkaih committed Oct 27, 2022
1 parent 8b97f9b commit cfcf292
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/components/Form/Captcha.js
Expand Up @@ -7,6 +7,7 @@ import { createField } from './Field';
import Turnstile from 'react-turnstile';
import styles from './Captcha.css';
import cx from 'classnames';
import {getTheme} from 'app/utils/themeUtils';

type Props = {
className?: string,
Expand Down Expand Up @@ -40,6 +41,7 @@ class Captcha extends Component<Props> {
}}
sitekey={config.captchaKey}
onVerify={onChange}
theme={getTheme()}
/>
</div>
);
Expand Down

0 comments on commit cfcf292

Please sign in to comment.