From 8cff71542fcc8ce8719a8985a74837a30249ab16 Mon Sep 17 00:00:00 2001 From: p-sw Date: Wed, 29 May 2024 23:24:00 +0900 Subject: [PATCH] fix: remove unused tailwind peer in checkbox input --- packages/react/components/Checkbox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/components/Checkbox.tsx b/packages/react/components/Checkbox.tsx index d93490e..3089d87 100644 --- a/packages/react/components/Checkbox.tsx +++ b/packages/react/components/Checkbox.tsx @@ -76,7 +76,7 @@ const Checkbox = React.forwardRef( } }} type="checkbox" - className="hidden peer/checkbox" + className="hidden" ref={(el) => { internalRef.current = el; if (typeof ref === "function") {