Skip to content

Commit b44acc8

Browse files
committed
fix: add color in the login page
1 parent aa0bf3a commit b44acc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/login.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export default function Login(): ReactElement {
102102
<form className="content-wrapper" onSubmit={handleSubmit(onSubmit)}>
103103
<div className="mx-auto lg:w-98 xl:w-98">
104104
<div>
105-
<h1 className="my-5 text-5xl">{t("login-page.signin.title")}</h1>
105+
<h1 className="my-5 text-5xl text-surface-text-primary">{t("login-page.signin.title")}</h1>
106106
</div>
107107
<div className="relative mb-5">
108108
<div>

0 commit comments

Comments
 (0)