fix: add space between word number point and word
This commit is contained in:
parent
978b66ddd8
commit
550a3bb339
|
@ -66,7 +66,7 @@ const RecoveryPhrase = ({ isKeystoreFiles }: RecoveryPhraseProps) => {
|
|||
<XStack style={{ width: '100%' }}>
|
||||
<Stack>
|
||||
<Text key={index} size={19} weight={'semibold'} color="#0d162566">
|
||||
{index + 1}.
|
||||
{index + 1}.
|
||||
</Text>
|
||||
</Stack>
|
||||
<Text key={index} size={19} weight={'semibold'}>
|
||||
|
|
Loading…
Reference in New Issue