From 54d67b679b371fd7740a2e9889aae28400cc0d5f Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Mon, 24 Mar 2025 17:12:30 -0700 Subject: [PATCH] fix table viz colors --- superset-frontend/plugins/plugin-chart-table/src/Styles.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/superset-frontend/plugins/plugin-chart-table/src/Styles.tsx b/superset-frontend/plugins/plugin-chart-table/src/Styles.tsx index 5abc21f6d34..8c861bf6e3f 100644 --- a/superset-frontend/plugins/plugin-chart-table/src/Styles.tsx +++ b/superset-frontend/plugins/plugin-chart-table/src/Styles.tsx @@ -38,6 +38,8 @@ export default styled.div` position: relative; background: ${theme.colorBgLayout}; text-align: left; + border-bottom: 2px solid ${theme.colorSplit}; + color: ${theme.colorText}; } th svg { color: ${theme.colorIcon}; @@ -53,6 +55,7 @@ export default styled.div` .table > tbody tr td { font-feature-settings: 'tnum' 1; + border-top: 1px solid ${theme.colorSplit}; } .dt-controls {