diff --git a/src/components/ColorSettings/ColorSettings.tsx b/src/components/ColorSettings/ColorSettings.tsx index a8d03f9..7eb3cfd 100644 --- a/src/components/ColorSettings/ColorSettings.tsx +++ b/src/components/ColorSettings/ColorSettings.tsx @@ -148,7 +148,7 @@ const ColorSettingsItem = ({ return (
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" : "")} >