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

@@ -59,6 +59,10 @@ const StyledDiv = styled.div`
margin-left: ${theme.gridUnit}px;
}
.reactable-data tr {
font-feature-settings: 'tnum' 1;
}
.reactable-data tr,
.reactable-header-sortable {
-webkit-transition: ease-in-out 0.1s;