style: restore class for checkbox labels
This commit is contained in:
parent
297abf8450
commit
6074619ba4
|
|
@ -235,7 +235,7 @@
|
|||
<div class="space-y-1">
|
||||
<Label
|
||||
for={field.key}
|
||||
class="flex cursor-pointer items-center gap-1.5 text-sm font-medium"
|
||||
class="flex cursor-pointer items-center gap-1.5 pt-1 pb-0.5 text-sm leading-none font-medium"
|
||||
>
|
||||
{field.label}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue