fix: Incorrect cursor on sortable table header cells

This commit is contained in:
Tom Moor
2023-11-05 12:44:53 -05:00
parent 733bd39ae4
commit 9be180d44d

View File

@@ -309,6 +309,7 @@ const Head = styled.th`
color: ${s("textSecondary")};
font-weight: 500;
z-index: 1;
cursor: var(--pointer) !important;
:first-child {
padding-left: 0;