fix: displaying cell bars in table (#35885)

This commit is contained in:
SBIN2010
2025-10-29 20:29:22 +03:00
committed by GitHub
parent 2013963e0b
commit dd857a2c7a

View File

@@ -177,7 +177,7 @@ function cellBackground({
theme: SupersetTheme;
}) {
if (!colorPositiveNegative) {
return `${theme.colorFillSecondary}50`;
return `${theme.colorFill}`;
}
if (value < 0) {