diff --git a/src/app/forum/forgot-password/page.tsx b/src/app/forum/forgot-password/page.tsx index 8612a5b..3e6c3ff 100644 --- a/src/app/forum/forgot-password/page.tsx +++ b/src/app/forum/forgot-password/page.tsx @@ -34,7 +34,7 @@ function ForgotInner() {
Account recovery
-

Reset your password

+

Reset your password

Enter your email — we’ll send a link to set a new password.

@@ -63,7 +63,7 @@ function ForgotInner() { onChange={(e) => setEmail(e.target.value)} autoComplete="email" required - className="w-full bg-[#F8FAFC] border border-[#DCE6F2] rounded-lg px-3 py-2 text-white font-body text-sm focus:outline-none focus:border-[#1D4ED8]" + className="w-full bg-[#F8FAFC] border border-[#DCE6F2] rounded-lg px-3 py-2 text-[#0F172A] font-body text-sm focus:outline-none focus:border-[#1D4ED8]" />