diff --git a/src/less/base/single/button/switch.less b/src/less/base/single/button/switch.less index f308cfceb..9fbab0e73 100644 --- a/src/less/base/single/button/switch.less +++ b/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; + } } }