Fix tsc lint error.
Test and Build / test-and-build (push) Successful in 2m43s
Release / release (push) Successful in 3m16s

This commit is contained in:
Jay
2026-03-23 08:56:40 -04:00
parent 5f6d0f43ee
commit 91ba6a2c69
+1 -7
View File
@@ -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 (
<div className={styles.container} ref={containerRef}>
{/* <div */}
{/* className={styles.preview} */}
{/* style={{ */}
{/* backgroundColor: formatCssRgb(color.hex), */}
{/* }} */}
{/* ></div> */}
<div className={styles.verticalGripLeft}>
<GripSlider
direction={Direction.VERTICAL}