fix: switch style in dark mode

This commit is contained in:
Shishkevich D. 2025-03-18 14:06:31 +00:00
parent 2b5c766e17
commit 5545b0b1c4

View file

@ -43,6 +43,9 @@
margin:-10px 2px !important; margin:-10px 2px !important;
} }
} }
.dark .ant-switch-small:not(.ant-switch-checked) {
background-color: var(--dark-color-surface-100) !important;
}
.ant-custom-popover-title { .ant-custom-popover-title {
display: flex; display: flex;
align-items: center; align-items: center;