fix: checkbox and text alignment (#8503)

This commit is contained in:
Joe 2023-04-25 03:07:16 +05:30 committed by GitHub
parent 62770ecc49
commit f99d518a06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}