We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb5b9a commit f12c72dCopy full SHA for f12c72d
custom/LoginWithPasskeyButton.vue
@@ -1,11 +1,13 @@
1
<template>
2
3
<Button
4
- class="w-full !py-1"
+ class="w-full !py-2"
5
@click="handleLoginWithPasskey"
6
>
7
- <IconShieldOutline class="w-7 h-8" />
8
- <span class="ml-2">{{ $t('Continue with Passkey') }}</span>
+ <div class="flex items-center justify-center">
+ <IconShieldOutline class="w-6 h-6 mr-1" />
9
+ <span>{{ $t('Continue with Passkey') }}</span>
10
+ </div>
11
</Button>
12
13
</template>
0 commit comments