From 6e6c90f099ed81ddd73b9f8f17a80194b036b373 Mon Sep 17 00:00:00 2001 From: Mohammed Rabay'a Date: Wed, 3 Apr 2024 23:37:54 +0200 Subject: [PATCH] fix input light mode --- components/templates/Login.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/templates/Login.tsx b/components/templates/Login.tsx index 2703ce4..a169f3d 100644 --- a/components/templates/Login.tsx +++ b/components/templates/Login.tsx @@ -18,7 +18,7 @@ const Login = ({ placeholder="Enter password" value={password} onChange={(e) => setPassword(e.target.value)} - className="flex-1 text-center text-[3rem] bg-[--background-color] text-white placeholder-neutral-600 focus:bg-neutral-900" + className="flex-1 text-center text-[3rem] bg-[--background-color] text-neutral-950 dark:text-white placeholder-neutral-600 focus:bg-neutral-100 dark:focus:bg-neutral-900" />