fix table viz colors

This commit is contained in:
Maxime Beauchemin
2025-03-24 17:12:30 -07:00
parent 64c480a8f1
commit 54d67b679b

View File

@@ -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 {