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 58af7fb commit b9cdfb4Copy full SHA for b9cdfb4
custom/OAuthLoginButtons.vue
@@ -10,7 +10,7 @@
10
meta.pill ? 'rounded-full' : 'rounded-md'
11
]"
12
>
13
- <div v-html="provider.icon" class="w-6 h-6" :class="meta.iconOnly ? 'mr-0' : 'mr-4'" :alt="getProviderName(provider.provider)" />
+ <div v-html="provider.icon" class="w-6 h-6 dark:text-white" :class="meta.iconOnly ? 'mr-0' : 'mr-4'" :alt="getProviderName(provider.provider)" />
14
<span v-if="!meta.iconOnly" class="font-medium dark:text-white">Continue with {{ getProviderName(provider.provider) }}</span>
15
</a>
16
</div>
0 commit comments