feat(table): Table with Time Comparison (#28057)

Co-authored-by: Lily Kuang <lily@preset.io>
Co-authored-by: lilykuang <jialikuang@gmail.com>
Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@gmail.com>
This commit is contained in:
Antonio Rivero
2024-06-14 20:21:43 +02:00
committed by GitHub
parent 37753cbdc2
commit 7ddea62331
36 changed files with 3722 additions and 543 deletions

View File

@@ -111,5 +111,12 @@ export default styled.div`
text-align: center;
padding: 1em 0.6em;
}
.right-border-only {
border-right: 2px solid ${theme.colors.grayscale.light2};
}
table .right-border-only:last-child {
border-right: none;
}
`}
`;