mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Fix form checkbox
This commit is contained in:
parent
9193af1b34
commit
2b7757ae43
2 changed files with 2 additions and 5 deletions
|
|
@ -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' }}
|
||||
|
|
|
|||
|
|
@ -421,7 +421,7 @@ export default () => (
|
|||
>
|
||||
<Heading
|
||||
as="h2"
|
||||
variant="headline"
|
||||
variant="subheadline"
|
||||
sx={{
|
||||
mt: 0,
|
||||
color: 'red',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue