fix: button position
This commit is contained in:
parent
015cfee5e3
commit
e409b4cb05
|
@ -61,8 +61,8 @@ const ValidatorOnboarding = () => {
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</Shadow>
|
</Shadow>
|
||||||
<Stack>
|
<Stack style={{ alignItems: 'end', width: '100%' }}>
|
||||||
<Button size={40}>Continue</Button>
|
<Button>Continue</Button>
|
||||||
</Stack>
|
</Stack>
|
||||||
</YStack>
|
</YStack>
|
||||||
</PageWrapperGradient>
|
</PageWrapperGradient>
|
||||||
|
|
Loading…
Reference in New Issue