fix: cursor pointer is removed the table view (#2547)

This commit is contained in:
Palash Gupta 2023-04-04 16:42:52 +05:30 committed by GitHub
parent c8f3e9024c
commit c74896b213
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,4 @@ export const TableBodyContent = styled.div<TableBodyContentProps>`
font-size: 0.875rem;
line-height: 2rem;
cursor: pointer;
`;