Skip to content

Commit b431a02

Browse files
committed
fix: decrease padding for the provider icon at the "Continue with ..." button
1 parent 359050e commit b431a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom/OAuthLoginButtons.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
meta.pill ? 'rounded-full' : 'rounded-md'
1111
]"
1212
>
13-
<div v-html="provider.icon" class="w-6 h-6 dark:text-white" :class="meta.iconOnly ? 'mr-0' : 'mr-4'" :alt="getProviderName(provider.provider)" />
13+
<div v-html="provider.icon" class="w-6 h-6 dark:text-white" :class="meta.iconOnly ? 'mr-0' : 'mr-2'" :alt="getProviderName(provider.provider)" />
1414
<span v-if="!meta.iconOnly" class="font-medium dark:text-white">{{ getButtonText(provider.buttonText) }}</span>
1515
</a>
1616
</div>

0 commit comments

Comments
 (0)