diff --git a/app/login/page.tsx b/app/login/page.tsx index 829252e..0b96529 100644 --- a/app/login/page.tsx +++ b/app/login/page.tsx @@ -66,7 +66,7 @@ export default function AppleStyleAuth() { placeholder="Palavra-passe" value={password} onChange={(e) => setPassword(e.target.value)} - className="w-full text-white rounded-2xl border border-neutral-200 bg-white/50 px-5 py-4 text-sm outline-none transition-all focus:border-blue-500 focus:bg-white focus:text-black focus:ring-4 focus:ring-blue-500/10 dark:border-neutral-800 dark:bg-neutral-900 dark:text-white" + className="w-full rounded-2xl border border-neutral-200 bg-white/50 px-5 py-4 text-sm outline-none transition-all focus:border-blue-500 focus:bg-white focus:text-black focus:ring-4 focus:ring-blue-500/10 dark:border-neutral-800 dark:bg-neutral-900 dark:text-white" />