fix: button position

This commit is contained in:
RadoslavDimchev 2023-08-24 10:34:05 +03:00
parent 015cfee5e3
commit e409b4cb05
1 changed files with 2 additions and 2 deletions

View File

@ -61,8 +61,8 @@ const ValidatorOnboarding = () => {
</div>
</section>
</Shadow>
<Stack>
<Button size={40}>Continue</Button>
<Stack style={{ alignItems: 'end', width: '100%' }}>
<Button>Continue</Button>
</Stack>
</YStack>
</PageWrapperGradient>