We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 679b520 commit 228075dCopy full SHA for 228075d
components/Board/RepoCard.tsx
@@ -105,7 +105,7 @@ export const RepoCard = memo<RepoCardProps>(
105
return (
106
<div ref={setNodeRef} style={style} data-testid="repo-card">
107
<Card
108
- className="cursor-move transition-all duration-200 border bg-card hover:shadow-md dark:hover:shadow-lg focus-within:ring-2 focus-within:ring-ring focus-within:ring-offset-2"
+ className="transition-all duration-200 border bg-card hover:shadow-md dark:hover:shadow-lg focus-within:ring-2 focus-within:ring-ring focus-within:ring-offset-2"
109
tabIndex={0}
110
onKeyDown={handleKeyDown}
111
>
0 commit comments