mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-20 05:52:24 +00:00
fix: switch style in dark mode
This commit is contained in:
parent
2b5c766e17
commit
5545b0b1c4
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue