diff --git a/screen/wallets/pleaseBackup.js b/screen/wallets/pleaseBackup.js index b2a3d32ac..504ad0baf 100644 --- a/screen/wallets/pleaseBackup.js +++ b/screen/wallets/pleaseBackup.js @@ -64,7 +64,7 @@ const PleaseBackup = () => { }; return isLoading ? ( - + ) : ( @@ -99,7 +99,7 @@ const styles = StyleSheet.create({ }, loading: { flex: 1, - paddingTop: 20, + justifyContent: 'center', }, word: { marginRight: 8,