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 {