mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
feat(图表): 地图深色模式按钮样式改为黑底白字
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user