Skip to content

Commit

Permalink
add label to the input
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Aug 29, 2022
1 parent ed19de2 commit 164fa66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/src/components/landing/Hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ export default function Hero() {
internal tools 10x faster. Open-source and powered by MUI.
</Typography>
<Typography
component="label"
color={(theme) => (theme.palette.mode === 'dark' ? '#fff' : `text.secondary`)}
sx={{ fontWeight: 700, mb: 2, mx: 'auto' }}
sx={{ fontWeight: 'bold', display: 'block', mb: 2, mx: 'auto' }}
htmlFor="email-landing"
>
Sign up for early access to the beta release.
</Typography>
Expand Down

0 comments on commit 164fa66

Please sign in to comment.