Update join-form.js

This commit is contained in:
Sam Poder 2022-04-07 19:23:23 +08:00 committed by Max Wofford
parent 84db8459ee
commit 82da9c5000

View file

@ -18,7 +18,7 @@ const JoinForm = ({ sx = {} }) => {
return (
<Card sx={{ maxWidth: 'narrow', mx: 'auto', label: { mb: 3 }, ...sx }}>
<form {...formProps}>
<Grid columns={2} gap={1} sx={{ columnGap: 3 }}>
<Grid columns={[1,2]} gap={1} sx={{ columnGap: 3 }}>
<Label>
Full name
<Input