Browse Source

chore: switch样式优化

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

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

@ -18,4 +18,10 @@
& .content-tip {
color: @color-bi-font-switch-tip;
}
}
}
.bi-theme-dark {
.bi-switch {
background-color: @color-bi-background-switch-theme-dark;
}
}

Loading…
Cancel
Save