feat(图表): 地图深色模式按钮样式改为黑底白字

This commit is contained in:
wisonic-s 2024-04-18 14:58:25 +08:00
parent 3c1ca7702d
commit 8ec945ebe7

View File

@ -111,8 +111,8 @@ export const DEFAULT_COLOR_CASE_DARK: DeepPartial<ChartAttr> = {
gaugeStyle: 'default',
tableBorderColor: '#CCCCCC',
tableScrollBarColor: 'rgba(255, 255, 255, 0.5)',
zoomButtonColor: '#aaa',
zoomBackground: '#fff'
zoomButtonColor: '#fff',
zoomBackground: '#000'
},
misc: {
mapLineGradient: false,