From 6e7fd74a315b63fedecc57d20bbadab39b9f3193 Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Wed, 15 Apr 2026 13:21:59 +0100 Subject: [PATCH] make color march --- app/login/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" />