t49tran / react-google-recaptcha-v3

Google Recaptcha V3 integration for React
MIT License
427 stars 91 forks source link

Prop to change theme without change the default element #160

Open israelins85 opened 1 year ago

israelins85 commented 1 year ago

When I try to set only the theme, there's give warning to missing set the element, and the theme is not changed.

Code that I tried:

container={{
      parameters: {
        theme: 'dark',
      }
    }}
MilanObrenovic commented 1 year ago

Same thing for me. Theme is not changing