Update table component

This commit is contained in:
2023-12-08 17:16:13 +07:00
parent d878d3b0f6
commit d543558a01
7 changed files with 103 additions and 20 deletions
@@ -26,6 +26,10 @@ const StyledBody = styled.div`
const StyledRow = styled(CommonRow)`
padding: 20px;
&.active {
background-color: red;
}
&:not(:last-child) {
border-bottom: 1px solid var(--border-color);
}