don't show a pointer on hover

This commit is contained in:
Athou
2026-02-21 22:58:49 +01:00
parent 824c38f8ce
commit da8d720dc4

View File

@@ -6,7 +6,7 @@ const useStyles = tss.create(() => ({
badge: {
width: "3.2rem",
// for some reason, mantine Badge has "cursor: 'default'"
cursor: "pointer",
cursor: "inherit",
},
}))