Skip to content

Commit 71b276d

Browse files
Remove Checkbox bottom padding
1 parent 2762069 commit 71b276d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: packages/bento-design-system/src/Checkbox/InternalCheckbox.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ export function InternalCheckbox({ option, inputRef, inputProps }: Props) {
6767
{...focusProps}
6868
color={undefined}
6969
cursor={{ default: "pointer", disabled: "notAllowed" }}
70-
paddingBottom={4}
7170
className={fieldContainer}
7271
>
7372
<VisuallyHidden>

0 commit comments

Comments
 (0)