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
@@ -16,7 +16,6 @@ const Spinner = styled.div`
top/10px 10px no-repeat,
conic-gradient(#0000 30%, var(--primary-color));
-webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 10px), #000 0);
mask: none;
animation: ${rotate} 1.5s infinite linear;
`;