Merge pull request #9193 from dataease/pr@dev-v2@refactor_map_button_dark_style
feat(图表): 地图深色模式按钮样式改为黑底白字
This commit is contained in:
commit
416655b7e5
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user