From 742a90e47eed782f9d09ab7f981f60a950846c48 Mon Sep 17 00:00:00 2001 From: liweijie0812 <674416404@qq.com> Date: Wed, 31 Jan 2024 11:00:36 +0800 Subject: [PATCH] =?UTF-8?q?feat(statistic):=20black=20=E9=A2=9C=E8=89=B2?= =?UTF-8?q?=E6=98=A0=E5=B0=84=20(#1721)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/statistic/utils.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/js/statistic/utils.ts b/js/statistic/utils.ts index d0a0733a17..d494426bd8 100644 --- a/js/statistic/utils.ts +++ b/js/statistic/utils.ts @@ -2,6 +2,7 @@ * 颜色映射 */ export const COLOR_MAP = { + black: 'var(--td-text-color-primary)', blue: 'var(--td-brand-color)', red: 'var(--td-error-color)', orange: 'var(--td-warning-color)',