fix: styles
This commit is contained in:
@@ -8,15 +8,10 @@ export function SubmitSection() {
|
||||
<Box sx={{ display: 'flex', gap: 2, px: 6, mb: '17px' }}>
|
||||
<Typography variant="body2" sx={{ flex: 1 }} color="text.primary">
|
||||
{t('completion.agreementPart1')}
|
||||
<Link target="_blank" sx={{ color: '#2979FF' }}>
|
||||
{t('completion.agreementLinkText')}
|
||||
</Link>{' '}
|
||||
<Link target="_blank">{t('completion.agreementLinkText')}</Link>{' '}
|
||||
{t('completion.agreementPart2')}
|
||||
</Typography>
|
||||
<Button
|
||||
variant="contained"
|
||||
sx={{ width: '247px', backgroundColor: '#2979FF' }}
|
||||
>
|
||||
<Button variant="contained" sx={{ width: '247px' }}>
|
||||
{t('completion.registerButton')}
|
||||
</Button>
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user