Skip to content

Commit 8262294

Browse files
committed
#210 fix sso screen text color
1 parent 415c2d4 commit 8262294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/login.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const redirect = async () => {
9191
}
9292
9393
.login-form--title {
94-
@apply text-4xl text-center font-thin;
94+
@apply text-4xl text-center font-thin text-black;
9595
@apply my-10;
9696
}
9797

0 commit comments

Comments
 (0)