forked from github/dataease
feat(图表): 地图深色模式按钮样式改为黑底白字
This commit is contained in:
parent
3c1ca7702d
commit
8ec945ebe7
@ -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