Skip to content

Commit c0b56d1

Browse files
authored
Merge pull request #671 from buildo/remove-checkbox-bottom-padding
2 parents 2762069 + 71b276d commit c0b56d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)