This is an automated email from the ASF dual-hosted git repository.

lilykuang pushed a commit to branch table-time-comparison
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/table-time-comparison by this 
push:
     new 80845692f9 fix: data in table with time comparison without change 
should be grey  (#27911)
80845692f9 is described below

commit 80845692f97a26c7c2a6d827578c6c281d7f10da
Author: Lily Kuang <[email protected]>
AuthorDate: Tue Apr 9 16:52:25 2024 -0700

    fix: data in table with time comparison without change should be grey  
(#27911)
---
 superset-frontend/plugins/plugin-chart-table/src/transformProps.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset-frontend/plugins/plugin-chart-table/src/transformProps.ts 
b/superset-frontend/plugins/plugin-chart-table/src/transformProps.ts
index af0e4cdde6..5a2c4d924d 100644
--- a/superset-frontend/plugins/plugin-chart-table/src/transformProps.ts
+++ b/superset-frontend/plugins/plugin-chart-table/src/transformProps.ts
@@ -394,7 +394,7 @@ const transformProps = (
         arrow: '',
         arrowColor: '',
         // eslint-disable-next-line theme-colors/no-literal-colors
-        backgroundColor: '#FFBFA133',
+        backgroundColor: 'rgba(0,0,0,0.2)',
       };
     }
     const isPositive = percentDifferenceNum > 0;

Reply via email to