fix: spaces for continue button

This commit is contained in:
RadoslavDimchev 2023-09-11 09:53:24 +03:00
parent 4f868791fd
commit 030535e232
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ const ContinueButton = ({
const isActivationValScreen = activeStep === 3 && subStepValidatorSetup === 3
return (
<XStack style={{ width: '100%', marginTop: '16px', zIndex: 999, alignItems: 'center' }}>
<XStack style={{ width: '100%', zIndex: 999, alignItems: 'center' }}>
{isCopyPastedPhrase && (
<Stack style={{ width: '100%' }}>
<InformationBox

View File

@ -83,7 +83,7 @@ const ValidatorOnboarding = () => {
style={{
width: '100%',
margin: '0 auto',
padding: '2% 10% 4%',
padding: '2% 10% 2%',
justifyContent: 'start',
alignItems: 'start',
}}