Skip to content

Commit 18f42fc

Browse files
committed
fix: margin left
1 parent 77785a0 commit 18f42fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/form/CheckboxField.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const CheckboxField: React.FC<CheckboxFieldProps> = ({
7878
<Stack
7979
direction='row'
8080
alignItems='center'
81-
marginLeft='-9px'
81+
marginLeft='-12px'
8282
marginBottom={formTypography.marginBottom}
8383
gap={1}
8484
>

0 commit comments

Comments
 (0)