From fed77bab42e5b266791ca6d8f26b32b2f4d7e680 Mon Sep 17 00:00:00 2001 From: Devang Dhaka Date: Sun, 24 May 2026 16:21:52 +0530 Subject: [PATCH] fix: login input text invisible on light background --- frontend/src/components/ui/FormInput.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/ui/FormInput.tsx b/frontend/src/components/ui/FormInput.tsx index 8122d5a..301f469 100644 --- a/frontend/src/components/ui/FormInput.tsx +++ b/frontend/src/components/ui/FormInput.tsx @@ -27,8 +27,8 @@ const FormInput: React.FC = ({ const inputType = revealable ? (revealed ? "text" : "password") : type; return ( -
-