Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-1979 committed Apr 27, 2024
1 parent fb8b58f commit ae24ff2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function Onboarding (): React.ReactElement {
startIcon={<vaadin-icon icon='vaadin:plus-circle' style={{ height: '18px', color: `${theme.palette.text.main}` }} />}
text={t<string>('Create a new account')}
/>
<Divider sx={{ fontSize: '20px', fontWeight: 400, my: '15px', width: '88%' }}>
<Divider sx={{ fontSize: '20px', fontWeight: 400, my: '25px', width: '88%' }}>
{t('Or')}
</Divider>
<Collapse in={!showMore}>
Expand Down

0 comments on commit ae24ff2

Please sign in to comment.