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,