From 8ec945ebe7bd4279446f36fff53dba228830607e Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Thu, 18 Apr 2024 14:58:25 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=9B=BE=E8=A1=A8):=20=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E6=B7=B1=E8=89=B2=E6=A8=A1=E5=BC=8F=E6=8C=89=E9=92=AE=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E6=94=B9=E4=B8=BA=E9=BB=91=E5=BA=95=E7=99=BD=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/chart/components/editor/util/chart.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/views/chart/components/editor/util/chart.ts b/core/core-frontend/src/views/chart/components/editor/util/chart.ts index bdf111b3a3..19950b3521 100644 --- a/core/core-frontend/src/views/chart/components/editor/util/chart.ts +++ b/core/core-frontend/src/views/chart/components/editor/util/chart.ts @@ -111,8 +111,8 @@ export const DEFAULT_COLOR_CASE_DARK: DeepPartial = { gaugeStyle: 'default', tableBorderColor: '#CCCCCC', tableScrollBarColor: 'rgba(255, 255, 255, 0.5)', - zoomButtonColor: '#aaa', - zoomBackground: '#fff' + zoomButtonColor: '#fff', + zoomBackground: '#000' }, misc: { mapLineGradient: false,