fix: add space between word number point and word

This commit is contained in:
RadoslavDimchev 2024-01-12 09:56:24 +02:00
parent 978b66ddd8
commit 550a3bb339
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ const RecoveryPhrase = ({ isKeystoreFiles }: RecoveryPhraseProps) => {
<XStack style={{ width: '100%' }}> <XStack style={{ width: '100%' }}>
<Stack> <Stack>
<Text key={index} size={19} weight={'semibold'} color="#0d162566"> <Text key={index} size={19} weight={'semibold'} color="#0d162566">
{index + 1}. {index + 1}.&nbsp;
</Text> </Text>
</Stack> </Stack>
<Text key={index} size={19} weight={'semibold'}> <Text key={index} size={19} weight={'semibold'}>