diff --git a/superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx b/superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx index d021eedfb61c..f876fe4f0e94 100644 --- a/superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx +++ b/superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx @@ -177,7 +177,7 @@ function cellBackground({ theme: SupersetTheme; }) { if (!colorPositiveNegative) { - return `${theme.colorFillSecondary}50`; + return `${theme.colorFill}`; } if (value < 0) {