Skip to content

Commit 228075d

Browse files
fix(RepoCard): remove unnecessary cursor style from card component
1 parent 679b520 commit 228075d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Board/RepoCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export const RepoCard = memo<RepoCardProps>(
105105
return (
106106
<div ref={setNodeRef} style={style} data-testid="repo-card">
107107
<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"
108+
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"
109109
tabIndex={0}
110110
onKeyDown={handleKeyDown}
111111
>

0 commit comments

Comments
 (0)