fix: remove unused tailwind peer in checkbox input
This commit is contained in:
parent
05d648d0b7
commit
8cff71542f
@ -76,7 +76,7 @@ const Checkbox = React.forwardRef<HTMLInputElement, CheckboxProps>(
|
||||
}
|
||||
}}
|
||||
type="checkbox"
|
||||
className="hidden peer/checkbox"
|
||||
className="hidden"
|
||||
ref={(el) => {
|
||||
internalRef.current = el;
|
||||
if (typeof ref === "function") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user