feat: update backup download card

This commit is contained in:
RadoslavDimchev 2023-10-31 16:35:40 +02:00
parent 163c8db7c5
commit a07803b2bb
1 changed files with 18 additions and 1 deletions

View File

@ -115,8 +115,25 @@ const KeystoreFiles = () => {
onClick={downloadKeyFilesHandler} onClick={downloadKeyFilesHandler}
> >
<Text size={15} weight={'semibold'}> <Text size={15} weight={'semibold'}>
Download Key Files Download Keystore Backups
</Text> </Text>
<XStack
style={{
justifyContent: 'space-between',
width: '100%',
alignItems: 'center',
marginTop: '8px',
}}
>
<Text size={13} color="#647084">
Your keystore files are loaded automatically, please secure your keystore backups for
recovery.
</Text>
<img
src={'/icons/download-keystore-backups-icon.svg'}
alt="download-keystore-backups"
/>
</XStack>
</YStack> </YStack>
</XStack> </XStack>
<Stack style={{ width: 'fit-content' }}> <Stack style={{ width: 'fit-content' }}>