Skip to content

Commit

Permalink
fix: removed gap-2
Browse files Browse the repository at this point in the history
  • Loading branch information
coderwelsch committed Jan 30, 2024
1 parent dcaadf5 commit 4e029a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/form-field/radio-box/radio-box-option.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const RadioBoxOption = ({ children, value, disabled, className }: RadioBo
)}
</div>

<div className={classNames("flex flex-col gap-2", className)}>{children}</div>
<div className={classNames("flex flex-col", className)}>{children}</div>
</div>
)}
</RadioGroup.Option>
Expand Down

0 comments on commit 4e029a8

Please sign in to comment.