Fix form checkbox

This commit is contained in:
Lachlan Campbell 2020-04-23 22:10:03 -04:00
parent 9193af1b34
commit 2b7757ae43
2 changed files with 2 additions and 5 deletions

View file

@ -73,10 +73,7 @@ const JoinForm = () => {
onChange={(e) => setEmail(e.target.value)}
/>
</Label>
<Label
htmlFor="teen"
sx={{ flexDirection: 'row !important', alignItems: 'center' }}
>
<Label sx={{ flexDirection: 'row !important', alignItems: 'center' }}>
<Checkbox
name="teen"
sx={{ color: 'muted' }}

View file

@ -421,7 +421,7 @@ export default () => (
>
<Heading
as="h2"
variant="headline"
variant="subheadline"
sx={{
mt: 0,
color: 'red',