mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-27 10:30:31 +00:00
feat(migrate-panel): move button to right
This commit is contained in:
parent
b69f9902ae
commit
a72208a7e9
@ -1,6 +1,6 @@
|
||||
import { Button, InformationBox, Text } from '@status-im/components'
|
||||
import { CloseCircleIcon } from '@status-im/icons'
|
||||
import { YStack } from 'tamagui'
|
||||
import { Stack, XStack, YStack } from 'tamagui'
|
||||
import { useState } from 'react'
|
||||
|
||||
import KeystoreBackupsCard from '../../../../ValidatorOnboarding/KeyGeneration/KeystoreFiles/KeystoreBackupsCard'
|
||||
@ -42,7 +42,9 @@ const MigratePanel = () => {
|
||||
onClosePress={() => setIsVisibleWarning(false)}
|
||||
/>
|
||||
)}
|
||||
<XStack style={{ width: '100%', justifyContent: 'end' }}>
|
||||
<Button onPress={migrateValidatorHandler}>Migrate Validator</Button>
|
||||
</XStack>
|
||||
</PanelWrapper>
|
||||
)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user