From 235fea1070143c479112f3ab7423e2a54c76b34c Mon Sep 17 00:00:00 2001 From: haoxr <1490493387@qq.com> Date: Wed, 25 Jan 2023 18:36:32 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=9A=97=E9=BB=91=E6=A8=A1?= =?UTF-8?q?=E5=BC=8Fsvg=E8=89=B2=E5=80=BC=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 68369365621c56d68283aecf38d17e221928989c --- src/styles/dark.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/styles/dark.scss b/src/styles/dark.scss index 27297c36..31bdbbbe 100644 --- a/src/styles/dark.scss +++ b/src/styles/dark.scss @@ -4,14 +4,10 @@ html.dark { color: var(--el-text-color-regular); } - .hamburger { - fill: var(--el-text-color-regular); - } - .right-panel-btn{ background-color: var(--el-color-primary-dark); } - .svg-icon{ + .svg-icon,svg{ fill: var(--el-text-color-regular); } }