-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Description
Is parameters prop working for you?
I'm trying to set badge and theme but either of them seems to be working. The badge is still on the bottom right side and it's still in light mode.
<GoogleReCaptchaProvider
reCaptchaKey={process.env['NEXT_PUBLIC_RE_CAPTCHA_KEY'] || ''}
container={{
parameters: {
badge: 'bottomleft',
theme: 'dark'
}
}}
>
I tried also inline for badge, but nothing. Am I doing something wrong or is this functionality broken?
Metadata
Metadata
Assignees
Labels
No labels