Skip to content

Commit 454de99

Browse files
committed
style: add dark mode
1 parent a5e78b4 commit 454de99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/Recaptcha.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<vue-recaptcha :sitekey="siteKey" @verify="handleSuccess" @error="handleError"></vue-recaptcha>
2+
<vue-recaptcha theme="dark" :sitekey="siteKey" @verify="handleSuccess" @error="handleError"></vue-recaptcha>
33
</template>
44

55
<script setup lang="ts">

0 commit comments

Comments
 (0)