Files
lingji-work-fe/src/styles/components/ant-switch.scss
2025-09-08 09:16:10 +08:00

11 lines
187 B
SCSS

.ant-switch {
&.ant-switch-checked {
background: $color-primary;
&:not(ant-switch-disabled) {
&:hover {
background: $color-primary !important;
}
}
}
}