fix: checkbox and text alignment (#8503)
parent
62770ecc49
commit
f99d518a06
|
@ -46,7 +46,7 @@ const CheckboxField = forwardRef<HTMLInputElement, Props>(
|
|||
),
|
||||
},
|
||||
<>
|
||||
<div className="flex h-5 items-end">
|
||||
<div className="flex h-5 items-center">
|
||||
<input
|
||||
{...rest}
|
||||
ref={ref}
|
||||
|
|
Loading…
Reference in New Issue