Skip to content

Commit

Permalink
fix: icon placement for cab not found
Browse files Browse the repository at this point in the history
  • Loading branch information
MuckT committed Jul 10, 2024
1 parent b18ce9b commit ab3724f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/keylessBackup/KeylessBackupProgress.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,9 @@ function Restore() {
return (
<SafeAreaView style={styles.safeAreaView}>
<ScrollView contentContainerStyle={styles.bodyContainer}>
<Help size={60} color={colors.gray4} />
<View style={iconMarginTop}>
<Help size={60} color={colors.gray4} />
</View>
<Text style={styles.title}>{t('keylessBackupStatus.restore.notFound.title')}</Text>
<Text style={styles.body}>
<Trans i18nKey={'keylessBackupStatus.restore.notFound.body'}>
Expand Down

0 comments on commit ab3724f

Please sign in to comment.