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; }