Skip to content

Commit

Permalink
dragging cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
RheingoldRiver committed Oct 3, 2023
1 parent e0b741d commit 2caf2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ColorSettings/ColorSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const ColorSettingsItem = ({
return (
<div
ref={(node) => dragRef(dropRef(node))}
className={clsx("p-2 rounded-sm h-min", isHovered ? "bg-yellow-200" : "")}
className={clsx("p-2 rounded-sm h-min cursor-grab", isHovered ? "bg-yellow-200" : "")}
>
<PentominoDisplay
pentomino={PENTOMINOES[pentomino]}
Expand Down

0 comments on commit 2caf2b4

Please sign in to comment.