feat(migrate-panel): reduce width from text to exact align

This commit is contained in:
RadoslavDimchev 2024-02-21 07:42:14 +02:00 committed by Emil Ivanichkov
parent ad5c13d491
commit 6d8a205425

View File

@ -17,10 +17,11 @@ const MigratePanel = () => {
Migrate Validator Migrate Validator
</Text> </Text>
<YStack <YStack
space={'$2'} space={'$3'}
style={{ style={{
alignItems: 'center', alignItems: 'center',
textAlign: 'center', textAlign: 'center',
marginBottom: '6px',
}} }}
> >
<img <img
@ -28,10 +29,13 @@ const MigratePanel = () => {
alt="migrate" alt="migrate"
style={{ width: '300px' }} style={{ width: '300px' }}
/> />
<div style={{ width: '73%' }}>
<Text size={15}> <Text size={15}>
You are about to Migrate your validator it is not possible for you to You are about to Migrate your validator it is not possible for you
revert this action! Please make sure you understand the consequences. to revert this action! Please make sure you understand the
consequences.
</Text> </Text>
</div>
</YStack> </YStack>
<KeystoreBackupsCard /> <KeystoreBackupsCard />
<div style={{ width: '100%' }}> <div style={{ width: '100%' }}>