Skip to content

Commit

Permalink
feat(ui-ux): recaptcha light theme (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
chloezxyy authored Nov 27, 2023
1 parent 86dc588 commit 9c04261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/pages/faucet/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default function Faucet() {
onChange={() => onCaptchaChange()}
onExpired={() => setIsCaptchaSuccess(false)}
className="flex justify-center"
theme="dark"
// theme="dark"
/>
<div className="flex justify-center">
<ActionButton
Expand Down

0 comments on commit 9c04261

Please sign in to comment.