Skip to content

Commit

Permalink
Change spacing for radio select field (#7757)
Browse files Browse the repository at this point in the history
  • Loading branch information
Achisingh committed Aug 3, 2022
1 parent 713e0f4 commit 6012390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/fields/types/select/views/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const Field = ({
<Fragment>
<FieldLabel as="legend">{field.label}</FieldLabel>
<FieldDescription id={`${field.path}-description`}>{field.description}</FieldDescription>
<Stack gap="small">
<Stack gap="small" marginTop={'small'}>
{field.options.map(option => (
<Radio
css={{ alignItems: 'center' }}
Expand Down

0 comments on commit 6012390

Please sign in to comment.