update: delete padding bottom on Checkbox

This commit is contained in:
abiyasa05 2024-11-28 13:43:28 +07:00
parent 07f6f5a279
commit e08ca55a2d

View File

@ -276,7 +276,7 @@ export default function RegisterPage() {
render={() => (
<FormItem>
<FormControl>
<div className="flex items-center space-x-0.5 pb-10">
<div className="flex items-center space-x-0.5">
<Checkbox
checked={!!form.watch("terms")}
onCheckedChange={(checked) => form.setValue("terms", !!checked)}