diff --git a/packages/dashboard/src/components/RegisterFrame/ButtonContainer.tsx b/packages/dashboard/src/components/RegisterFrame/ButtonContainer.tsx index e879b9fd64af..3a1132544ff2 100644 --- a/packages/dashboard/src/components/RegisterFrame/ButtonContainer.tsx +++ b/packages/dashboard/src/components/RegisterFrame/ButtonContainer.tsx @@ -3,7 +3,7 @@ import { buttonClasses, Stack } from '@mui/material' import type { PropsWithChildren } from 'react' const ButtonContainerUI = styled(Stack)(({ theme }) => ({ - margin: `${theme.spacing(7)} auto`, + margin: `${theme.spacing(3.75)} auto`, width: '75%', [`& > .${buttonClasses.root}`]: { width: '100%', diff --git a/packages/dashboard/src/components/RegisterFrame/ColumnContentHeader.tsx b/packages/dashboard/src/components/RegisterFrame/ColumnContentHeader.tsx index 3594f5b36243..309452c9f9a7 100644 --- a/packages/dashboard/src/components/RegisterFrame/ColumnContentHeader.tsx +++ b/packages/dashboard/src/components/RegisterFrame/ColumnContentHeader.tsx @@ -8,7 +8,7 @@ const HeaderContainer = styled('header')(({ theme }) => ({ display: 'flex', flexDirection: 'column', justifyContent: 'center', - flexBasis: '600px', + flexBasis: '240px', [theme.breakpoints.down('lg')]: { flexBasis: '350px', diff --git a/packages/dashboard/src/locales/en-US.json b/packages/dashboard/src/locales/en-US.json index cd54f3a28465..a4d1ea15c9e7 100644 --- a/packages/dashboard/src/locales/en-US.json +++ b/packages/dashboard/src/locales/en-US.json @@ -46,8 +46,8 @@ "create_account_identity_title": "Create an Identity for Mask Network", "create_account_sign_in_button": "Recovery", "create_account_persona_exists": "Persona already exists.", - "create_account_mnemonic_download_or_print": "I've kept my identity code safely.", - "create_account_preview_tip": "This QR saves your identity code, please keep it safely. You can use Mask APP to scan QR to login persona.", + "create_account_mnemonic_download_or_print": "I have kept my identity code safely.", + "create_account_preview_tip": "This QR code contains your identity code, please keep it safely. You can scan QR code to login your persona in Mask App.", "create_account_mnemonic_confirm_failed": "Incorrect identity code", "create_account_connect_social_media_button": "Create", "create_account_connect_social_media": "Connect to {{type}}", diff --git a/packages/dashboard/src/pages/SignUp/steps/MnemonicRevealForm.tsx b/packages/dashboard/src/pages/SignUp/steps/MnemonicRevealForm.tsx index 3d12741ae42b..a0f235684bea 100644 --- a/packages/dashboard/src/pages/SignUp/steps/MnemonicRevealForm.tsx +++ b/packages/dashboard/src/pages/SignUp/steps/MnemonicRevealForm.tsx @@ -121,7 +121,7 @@ export const MnemonicRevealForm = memo(() => { setChecked(e.target.checked)} />} label={t.create_account_mnemonic_download_or_print()} - sx={{ marginTop: '8px' }} + sx={{ marginTop: '8px', color: MaskColorVar.textSecondary }} />