Update table component, remove unnecessary code

This commit is contained in:
2023-12-13 12:49:10 +07:00
parent d543558a01
commit ad0b2826e2
16 changed files with 350 additions and 400 deletions
@@ -26,8 +26,8 @@ const StyledBody = styled.div`
const StyledRow = styled(CommonRow)`
padding: 20px;
&.active {
background-color: red;
&.selected {
background-color: var(--item-selected);
}
&:not(:last-child) {