feat: add copy icon

This commit is contained in:
RadoslavDimchev 2023-10-13 16:18:38 +03:00
parent c47f589cb5
commit b48aec8103
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { Stack, XStack, YStack } from 'tamagui' import { Stack, YStack } from 'tamagui'
import { Button, InformationBox, Text } from '@status-im/components' import { Button, InformationBox, Text } from '@status-im/components'
import { CloseCircleIcon, CopyIcon } from '@status-im/icons' import { CloseCircleIcon, CopyIcon } from '@status-im/icons'
import { useEffect, useState } from 'react' import { useEffect, useState } from 'react'
@ -71,6 +71,7 @@ const RecoveryPhrase = ({ isKeystoreFiles }: RecoveryPhraseProps) => {
</Text> </Text>
))} ))}
</Stack> </Stack>
<CopyIcon size={20} />
</YStack> </YStack>
<Stack style={{ width: 'fit-content', marginBottom: '12px' }}> <Stack style={{ width: 'fit-content', marginBottom: '12px' }}>
<Button onPress={revealHandler}> <Button onPress={revealHandler}>