From 5a81f9b457fb8af08a4dc51fe1cc9796643c93d9 Mon Sep 17 00:00:00 2001 From: guy Date: Thu, 13 Jan 2022 23:33:02 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20switch=E6=A0=B7=E5=BC=8F=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/less/base/single/button/switch.less | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/less/base/single/button/switch.less b/src/less/base/single/button/switch.less index 21206d89e..f308cfceb 100644 --- a/src/less/base/single/button/switch.less +++ b/src/less/base/single/button/switch.less @@ -18,4 +18,10 @@ & .content-tip { color: @color-bi-font-switch-tip; } -} \ No newline at end of file +} + +.bi-theme-dark { + .bi-switch { + background-color: @color-bi-background-switch-theme-dark; + } +}