Skip to content

Commit

Permalink
fix: margin left
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jul 6, 2023
1 parent 77785a0 commit 18f42fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/form/CheckboxField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const CheckboxField: React.FC<CheckboxFieldProps> = ({
<Stack
direction='row'
alignItems='center'
marginLeft='-9px'
marginLeft='-12px'
marginBottom={formTypography.marginBottom}
gap={1}
>
Expand Down

0 comments on commit 18f42fc

Please sign in to comment.