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> </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>