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;