fix: remove unused tailwind peer in checkbox input

This commit is contained in:
p-sw 2024-05-29 23:24:00 +09:00
parent 05d648d0b7
commit 8cff71542f

View File

@ -76,7 +76,7 @@ const Checkbox = React.forwardRef<HTMLInputElement, CheckboxProps>(
} }
}} }}
type="checkbox" type="checkbox"
className="hidden peer/checkbox" className="hidden"
ref={(el) => { ref={(el) => {
internalRef.current = el; internalRef.current = el;
if (typeof ref === "function") { if (typeof ref === "function") {