refactor: remove unnecessary text color class from LoginPage and FormLogin headings
This commit is contained in:
parent
1c4471a327
commit
5eadcc2df5
2 changed files with 3 additions and 3 deletions
|
|
@ -70,7 +70,7 @@ export const FormLogin = () => {
|
|||
<>
|
||||
<div className="text-center">
|
||||
<div className="my-8 space-y-5">
|
||||
<h3 className="font-bold text-3xl text-gray-800 sm:text-3xl">
|
||||
<h3 className="font-bold text-3xl sm:text-3xl">
|
||||
{t.auth.login.titolo}
|
||||
</h3>
|
||||
<h3 className="text-xl">{t.auth.login.sottotitolo}</h3>
|
||||
|
|
@ -189,7 +189,7 @@ export const FormLogin = () => {
|
|||
</Form>
|
||||
|
||||
<br />
|
||||
<div className="px-2 pt-2 text-left text-gray-500 text-sm">
|
||||
<div className="px-2 pt-2 text-left text-sm">
|
||||
<span>{t.auth.login.psa_1}</span>
|
||||
<Link
|
||||
className="text-indigo-600 underline hover:text-indigo-500"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ const LoginPage: NextPage = () => {
|
|||
<meta content={t.heads.login_description} name="description" />
|
||||
</Head>
|
||||
<main className="flex h-full w-full flex-col items-center justify-center px-4">
|
||||
<div className="w-full max-w-md py-28 text-gray-600 md:py-44">
|
||||
<div className="w-full max-w-md py-28 md:py-44">
|
||||
<FormLogin />
|
||||
</div>
|
||||
</main>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue