fix: spaces for continue button
This commit is contained in:
parent
4f868791fd
commit
030535e232
|
@ -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
|
||||
|
|
|
@ -83,7 +83,7 @@ const ValidatorOnboarding = () => {
|
|||
style={{
|
||||
width: '100%',
|
||||
margin: '0 auto',
|
||||
padding: '2% 10% 4%',
|
||||
padding: '2% 10% 2%',
|
||||
justifyContent: 'start',
|
||||
alignItems: 'start',
|
||||
}}
|
||||
|
|
Loading…
Reference in New Issue