diff --git a/frontend/src/views/chart/chart/chart.js b/frontend/src/views/chart/chart/chart.js index b54373983f..1cbef872f4 100644 --- a/frontend/src/views/chart/chart/chart.js +++ b/frontend/src/views/chart/chart/chart.js @@ -2,8 +2,8 @@ export const DEFAULT_COLOR_CASE = { value: 'default', colors: ['#5470c6', '#91cc75', '#fac858', '#ee6666', '#73c0de', '#3ba272', '#fc8452', '#9a60b4', '#ea7ccc'], alpha: 100, - tableHeaderBgColor: '#4e81bb', - tableItemBgColor: '#c6d9f0', + tableHeaderBgColor: '#c1d1f6', + tableItemBgColor: '#e2eafe', tableFontColor: '#000000', tableStripe: true, dimensionColor: '#000000',