11 lines
187 B
SCSS
11 lines
187 B
SCSS
.ant-switch {
|
|
&.ant-switch-checked {
|
|
background: $color-primary;
|
|
&:not(ant-switch-disabled) {
|
|
&:hover {
|
|
background: $color-primary !important;
|
|
}
|
|
}
|
|
}
|
|
}
|