From a0f5806ca4d5a4347b01e1fe66e35f41df8cf63b Mon Sep 17 00:00:00 2001 From: Chandan-walker Date: Tue, 10 Mar 2026 18:42:34 +0530 Subject: [PATCH] fixed design issue --- apps/proxy-auth/src/app/otp/send-otp/send-otp.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/proxy-auth/src/app/otp/send-otp/send-otp.component.scss b/apps/proxy-auth/src/app/otp/send-otp/send-otp.component.scss index 89d0ccbe..19c747c2 100644 --- a/apps/proxy-auth/src/app/otp/send-otp/send-otp.component.scss +++ b/apps/proxy-auth/src/app/otp/send-otp/send-otp.component.scss @@ -26,7 +26,7 @@ .light-theme { background: rgb(33 37 40 / 95%); } -.user-profile-mode { +.user-profile-mode:not(.dark-theme) { background: #ffffff !important; }