diff --git a/commafeed-client/src/components/sidebar/UnreadCount.tsx b/commafeed-client/src/components/sidebar/UnreadCount.tsx index 22729c95..c138dae0 100644 --- a/commafeed-client/src/components/sidebar/UnreadCount.tsx +++ b/commafeed-client/src/components/sidebar/UnreadCount.tsx @@ -6,7 +6,7 @@ const useStyles = tss.create(() => ({ badge: { width: "3.2rem", // for some reason, mantine Badge has "cursor: 'default'" - cursor: "pointer", + cursor: "inherit", }, }))