Skip to content

Commit 8bc91b4

Browse files
refactor(site): increase form fields gap (#11803)
1 parent 560e8cc commit 8bc91b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/Form/Form.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export const FormSection: FC<
135135

136136
export const FormFields: FC<PropsWithChildren> = ({ children }) => {
137137
return (
138-
<Stack direction="column" spacing={2.5} css={styles.formSectionFields}>
138+
<Stack direction="column" spacing={3} css={styles.formSectionFields}>
139139
{children}
140140
</Stack>
141141
);

0 commit comments

Comments
 (0)