diff --git a/src/components/ColorPicker/ColorPicker.tsx b/src/components/ColorPicker/ColorPicker.tsx index d277701..f6881d8 100644 --- a/src/components/ColorPicker/ColorPicker.tsx +++ b/src/components/ColorPicker/ColorPicker.tsx @@ -6,7 +6,7 @@ import type { ColorActions } from "@/hooks/color"; import { onResize } from "@/hooks/window"; import { Direction } from "@/types"; import type { CartesianSpace } from "@/types"; -import { formatCssRgb, setMeasurements } from "@/util"; +import { setMeasurements } from "@/util"; import ColorBar from "./ColorBar"; import styles from "./ColorPicker.module.css"; @@ -41,12 +41,6 @@ function ColorPicker({ return (
- {/*
*/}