Update Login.tsx
All checks were successful
Deploy to VPS / deploy (push) Successful in 16s

This commit is contained in:
Carlos Escalante
2026-03-20 19:35:00 -06:00
parent 48ffe3418a
commit d7c1f8f677

View File

@@ -26,7 +26,7 @@ const Login = () => {
return (
<div className="flex min-h-screen items-center justify-center bg-base text-content transition-colors">
<div className="w-full max-w-md p-8 bg-surface rounded-2xl shadow-lg border border-border">
<Heading level={2} className="mb-6 text-center text-primary">🍗 HealthyFit Login 🏋🏽</Heading>
<Heading level={2} className="mb-6 text-center text-primary">🥗 HealthyFit 💊 Login 🏋🏽</Heading>
{error && <ErrorMessage className="mb-4 text-center">{error}</ErrorMessage>}
<form onSubmit={handleSubmit} className="space-y-6">
<Field>