Merge pull request #9193 from dataease/pr@dev-v2@refactor_map_button_dark_style

feat(图表): 地图深色模式按钮样式改为黑底白字
This commit is contained in:
wisonic-s 2024-04-18 14:59:47 +08:00 committed by GitHub
commit 416655b7e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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,