From aac5817b0bbdfe87361cfaed9b54cae47013e8e2 Mon Sep 17 00:00:00 2001 From: sc Date: Tue, 16 Nov 2021 14:48:06 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=BF=AE=E5=A4=8D=E9=BB=91=E5=A4=9C?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E4=B8=8Bel-switch=E5=86=85=E8=81=94=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/theme/dark.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/style/theme/dark.scss b/src/style/theme/dark.scss index c402b65e..b9f33296 100644 --- a/src/style/theme/dark.scss +++ b/src/style/theme/dark.scss @@ -216,7 +216,9 @@ .el-calendar {background: $--card-background;} .el-calendar__title {color: $--text-color;} - + + .el-switch__core .el-switch__inner .is-icon, .el-switch__core .el-switch__inner .is-text {color: #fff;} + .el-empty__image svg { #Rectangle-Copy {fill: #111;} #Rectangle-Copy-10 {fill: #555;}