feat: add copy icon
This commit is contained in:
parent
c47f589cb5
commit
b48aec8103
|
@ -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}>
|
||||||
|
|
Loading…
Reference in New Issue