From 2a3bf259aa9a84fef4d89632706f668ee3c45322 Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Thu, 15 May 2025 18:05:45 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20style:=20revert=20email=20and=20?= =?UTF-8?q?password=20classes=20in=20LoginForm=20changed=20in=20#7377?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/components/Auth/LoginForm.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/components/Auth/LoginForm.tsx b/client/src/components/Auth/LoginForm.tsx index e34ec3c94d..1e2aa9b3d9 100644 --- a/client/src/components/Auth/LoginForm.tsx +++ b/client/src/components/Auth/LoginForm.tsx @@ -102,12 +102,12 @@ const LoginForm: React.FC = ({ onSubmit, startupConfig, error, }, })} aria-invalid={!!errors.email} - className="peer w-full rounded-2xl border border-border-light bg-surface-primary px-3.5 pb-2.5 pt-3 text-text-primary transition-colors duration-200 focus:border-green-500 focus:outline-none" + className="webkit-dark-styles transition-color peer w-full rounded-2xl border border-border-light bg-surface-primary px-3.5 pb-2.5 pt-3 text-text-primary duration-200 focus:border-green-500 focus:outline-none" placeholder=" " />