Browse Source

chore: switch样式优化

es6
guy 3 years ago
parent
commit
05b941c94b
  1. 3
      src/less/base/single/button/switch.less

3
src/less/base/single/button/switch.less

@ -23,5 +23,8 @@
.bi-theme-dark {
.bi-switch {
background-color: @color-bi-background-switch-theme-dark;
&.active {
background-color: @color-bi-background-active-switch;
}
}
}

Loading…
Cancel
Save