From 71b276d9987240ab319d07a7ad477bff8758590d Mon Sep 17 00:00:00 2001 From: Federico Ercoles Date: Tue, 11 Jul 2023 18:16:20 +0200 Subject: [PATCH] Remove Checkbox bottom padding --- packages/bento-design-system/src/Checkbox/InternalCheckbox.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/bento-design-system/src/Checkbox/InternalCheckbox.tsx b/packages/bento-design-system/src/Checkbox/InternalCheckbox.tsx index 8f22920f1..0a0d8ed2b 100644 --- a/packages/bento-design-system/src/Checkbox/InternalCheckbox.tsx +++ b/packages/bento-design-system/src/Checkbox/InternalCheckbox.tsx @@ -67,7 +67,6 @@ export function InternalCheckbox({ option, inputRef, inputProps }: Props) { {...focusProps} color={undefined} cursor={{ default: "pointer", disabled: "notAllowed" }} - paddingBottom={4} className={fieldContainer} >