Skip to content

Commit b9cdfb4

Browse files
committed
fix: add dark mode support for OAuth login button icons
1 parent 58af7fb commit b9cdfb4

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" :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-4'" :alt="getProviderName(provider.provider)" />
1414
<span v-if="!meta.iconOnly" class="font-medium dark:text-white">Continue with {{ getProviderName(provider.provider) }}</span>
1515
</a>
1616
</div>

0 commit comments

Comments
 (0)