mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-18 06:16:38 +00:00
feat(migrate-panel): reduce width from text to exact align
This commit is contained in:
parent
ad5c13d491
commit
6d8a205425
@ -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%' }}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user