Add tnum property to tables (#20093)

This commit is contained in:
Geido
2022-05-18 16:26:29 +02:00
committed by GitHub
parent 27cccd105b
commit 1fe30f1f0e
4 changed files with 13 additions and 0 deletions

View File

@@ -36,6 +36,10 @@ export const Styles = styled.div`
top: 0;
}
table tbody tr {
font-feature-settings: 'tnum' 1;
}
table.pvtTable thead tr th,
table.pvtTable tbody tr th {
background-color: ${theme.colors.grayscale.light5};