From 5545b0b1c4242e0f3b52763be7c299e3e70e8193 Mon Sep 17 00:00:00 2001
From: "Shishkevich D." <135337715+shishkevichd@users.noreply.github.com>
Date: Tue, 18 Mar 2025 14:06:31 +0000
Subject: [PATCH] fix: switch style in dark mode

---
 web/html/xui/inbounds.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html
index 21472845..758de9e8 100644
--- a/web/html/xui/inbounds.html
+++ b/web/html/xui/inbounds.html
@@ -43,6 +43,9 @@
 	    margin:-10px 2px !important;
     }
   }
+  .dark .ant-switch-small:not(.ant-switch-checked) {
+    background-color: var(--dark-color-surface-100) !important;
+  }
   .ant-custom-popover-title {
     display: flex;
     align-items: center;