mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
fix: displaying cell bars in table (#35885)
This commit is contained in:
@@ -177,7 +177,7 @@ function cellBackground({
|
||||
theme: SupersetTheme;
|
||||
}) {
|
||||
if (!colorPositiveNegative) {
|
||||
return `${theme.colorFillSecondary}50`;
|
||||
return `${theme.colorFill}`;
|
||||
}
|
||||
|
||||
if (value < 0) {
|
||||
|
||||
Reference in New Issue
Block a user