Skip to content

Commit

Permalink
Add shadow to captcha component and try to fix height
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed May 17, 2024
1 parent c7c1824 commit 5c425ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/FriendlyCaptcha.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<vue-friendly-captcha
v-if="!inDevMode"
@done="verifyCaptcha"
class="rounded-md"
class="elem-shadow-sm h-min rounded-md"
:sitekey="`${FRIENDLY_CAPTCHA_KEY}`"
:dark="$colorMode.value === 'dark'"
startMode="auto"
Expand Down

0 comments on commit 5c425ef

Please sign in to comment.