Skip to content

Commit 868b0f4

Browse files
committed
Keep text color consistent
1 parent 0f06f99 commit 868b0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/auth/Login.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
</a-tab-pane>
153153
<a-tab-pane key="oauth" :disabled="!socialLogin">
154154
<template #tab>
155-
<span style="display: inline-flex; align-items: center; gap: 4px;">
155+
<span style="display: inline-flex; align-items: center; gap: 4px; color: inherit;">
156156
<img src="/assets/github.svg" alt="GitHub" style="width: 16px; height: 16px; display: block;" />
157157
<img src="/assets/google.svg" alt="Google" style="width: 16px; height: 16px; display: block;" />
158158
<span>External</span>

0 commit comments

Comments
 (0)