Browse Source

chore: switch样式优化

es6
guy 3 years ago
parent
commit
5a81f9b457
  1. 6
      src/less/base/single/button/switch.less

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

@ -19,3 +19,9 @@
color: @color-bi-font-switch-tip;
}
}
.bi-theme-dark {
.bi-switch {
background-color: @color-bi-background-switch-theme-dark;
}
}

Loading…
Cancel
Save