Skip to content

Commit ebfb591

Browse files
committed
refactor(site): increase form fields gap
1 parent 4616ccf commit ebfb591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/Form/Form.tsx

Lines changed: 1 addition & 1 deletion
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)