fix: padding and width of recovery phrase

This commit is contained in:
RadoslavDimchev 2024-01-12 09:55:39 +02:00
parent 3585ea6804
commit 978b66ddd8
1 changed files with 2 additions and 1 deletions

View File

@ -52,6 +52,7 @@ const RecoveryPhrase = ({ isKeystoreFiles }: RecoveryPhraseProps) => {
cursor: 'pointer', cursor: 'pointer',
paddingBottom: '8px', paddingBottom: '8px',
paddingRight: '18px', paddingRight: '18px',
paddingLeft: '18px',
}} }}
onClick={copyRecoveryPhraseHandler} onClick={copyRecoveryPhraseHandler}
> >
@ -63,7 +64,7 @@ const RecoveryPhrase = ({ isKeystoreFiles }: RecoveryPhraseProps) => {
> >
{generatedMnemonic.map((word, index) => ( {generatedMnemonic.map((word, index) => (
<XStack style={{ width: '100%' }}> <XStack style={{ width: '100%' }}>
<Stack style={{ width: '25%' }}> <Stack>
<Text key={index} size={19} weight={'semibold'} color="#0d162566"> <Text key={index} size={19} weight={'semibold'} color="#0d162566">
{index + 1}. {index + 1}.
</Text> </Text>