diff --git a/src/components/ColorPicker/Crosshair.tsx b/src/components/ColorPicker/Crosshair.tsx index 8306ed2..c95063b 100644 --- a/src/components/ColorPicker/Crosshair.tsx +++ b/src/components/ColorPicker/Crosshair.tsx @@ -13,13 +13,11 @@ export function SquareCrosshair({ luminance, hex, parentDimensions, - isDragging, }: { hue: number; luminance: number; hex: colorlib.Hex; parentDimensions: CartesianSpace; - isDragging: boolean; }) { const [_origin, setOrigin] = useState({ x: 0, y: 0 }); const [dimensions, setDimensions] = useState({ x: 0, y: 0 });