fix(ui-toolkit): box size being wrong for multiline check boxes (#3527)
This commit is contained in:
parent
0b035d5064
commit
a1366e59ec
@ -57,7 +57,7 @@ export const Checkbox = ({
|
|||||||
</CheckboxPrimitive.Root>
|
</CheckboxPrimitive.Root>
|
||||||
<label
|
<label
|
||||||
htmlFor={name}
|
htmlFor={name}
|
||||||
className={classNames('text-sm', {
|
className={classNames('text-sm flex-1', {
|
||||||
'dark:text-neutral-400 text-neutral-600': disabled,
|
'dark:text-neutral-400 text-neutral-600': disabled,
|
||||||
})}
|
})}
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user