From 5cf95a0111f2b02b448ac1daa7e492a92bcd283a Mon Sep 17 00:00:00 2001 From: IvoDamyanovskiIM Date: Thu, 14 Dec 2023 14:49:00 +0100 Subject: [PATCH] Themes instructions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 65f4ce13..6e550eeb 100644 --- a/README.md +++ b/README.md @@ -151,3 +151,10 @@ By default, hCaptcha is skipped in "test" and "cucumber" env. To enable it durin ```ruby Hcaptcha.configuration.skip_verify_env.delete("test") ``` + +## Themes + +By default, this plugin uses the dark theme for the hCaptcha widget. To change the theme used for rendering, you can use the following code: + +```ruby +hcaptcha_tags(data-theme: "light") \ No newline at end of file