From d40958b2c722ff61222548774a5cac3b869620ef Mon Sep 17 00:00:00 2001 From: Pratham Yadav Date: Fri, 18 Sep 2026 00:16:50 +0530 Subject: [PATCH] fix: improve theme toggle icon visibility --- frontend/src/Pages/Authentication.tsx | 4 ++-- frontend/src/components/ThemeToggle.tsx | 18 +++++++++++------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/frontend/src/Pages/Authentication.tsx b/frontend/src/Pages/Authentication.tsx index 314cc16e..2aa76504 100644 --- a/frontend/src/Pages/Authentication.tsx +++ b/frontend/src/Pages/Authentication.tsx @@ -58,8 +58,8 @@ const RightSection: React.FC = ({ }) => (
-
- +
+
{authMode !== 'otpVerification' && authMode !== 'resetPassword' && (