From 9be180d44d334f92f3ab1a3f0ec5a8059460a5ca Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 5 Nov 2023 12:44:53 -0500 Subject: [PATCH] fix: Incorrect cursor on sortable table header cells --- app/components/Table.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/Table.tsx b/app/components/Table.tsx index 66b00b777..52d01ef4f 100644 --- a/app/components/Table.tsx +++ b/app/components/Table.tsx @@ -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;