Skip to content

Commit 6222cd0

Browse files
cry4ptCopilot
andauthored
Update src/components/color-picker.tsx
Co-authored-by: Copilot <[email protected]>
1 parent c603c30 commit 6222cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/color-picker.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export function ColorPicker({ color, onChange }: ColorPickerProps) {
9494
}, [color]);
9595

9696
/* --------------------------------------------------------------------- *
97-
* Click → sample colour from canvas
97+
* Click → sample color from canvas
9898
* --------------------------------------------------------------------- */
9999
const handleCanvasClick = (e: React.MouseEvent<HTMLCanvasElement>) => {
100100
const canvas = canvasRef.current;

0 commit comments

Comments
 (0)