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 aa0bf3a commit b44acc8Copy full SHA for b44acc8
src/pages/login.tsx
@@ -102,7 +102,7 @@ export default function Login(): ReactElement {
102
<form className="content-wrapper" onSubmit={handleSubmit(onSubmit)}>
103
<div className="mx-auto lg:w-98 xl:w-98">
104
<div>
105
- <h1 className="my-5 text-5xl">{t("login-page.signin.title")}</h1>
+ <h1 className="my-5 text-5xl text-surface-text-primary">{t("login-page.signin.title")}</h1>
106
</div>
107
<div className="relative mb-5">
108
0 commit comments