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
1 changed files with 9 additions and 5 deletions

View File

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