From 851eb58044f7791ea8fec30a7d1f545dcbbe8314 Mon Sep 17 00:00:00 2001 From: ulleo Date: Mon, 22 Jan 2024 16:04:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=80=90=E6=95=B0=E6=8D=AE=E5=A4=A7?= =?UTF-8?q?=E5=B1=8F=E3=80=91icon=E8=89=B2=E5=80=BC=E4=B8=8D=E5=AF=B9?= =?UTF-8?q?=EF=BC=8C=E6=9A=97=E8=89=B2=E4=B8=8B=E5=AF=B9=E5=BA=94N600-DARK?= =?UTF-8?q?=EF=BC=88#A6A6A6=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/chart/components/views/index.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/chart/components/views/index.vue b/core/core-frontend/src/views/chart/components/views/index.vue index bc19077c07..e4bc4cc159 100644 --- a/core/core-frontend/src/views/chart/components/views/index.vue +++ b/core/core-frontend/src/views/chart/components/views/index.vue @@ -607,7 +607,7 @@ const iconSize = computed(() => {
@@ -712,6 +712,10 @@ const iconSize = computed(() => { color: #646a73; + &.icons-container__dark { + color: #a6a6a6; + } + &.is-editing { gap: 6px; }