Fix sort, order, search function

This commit is contained in:
2023-12-14 19:50:33 +07:00
parent ad0b2826e2
commit e2ff52d864
21 changed files with 546 additions and 719 deletions
@@ -25,6 +25,12 @@ const StyledBody = styled.div`
const StyledRow = styled(CommonRow)`
padding: 20px;
cursor: pointer;
&:hover {
background-color: var(--item-hover);
}
&.selected {
background-color: var(--item-selected);