mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-04 04:13:49 +01:00
FIX: backup screen would flash during loading on dark mode
This commit is contained in:
parent
ed460c75e4
commit
04c27ec84c
1 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ const PleaseBackup = () => {
|
|||
};
|
||||
|
||||
return isLoading ? (
|
||||
<View style={styles.loading}>
|
||||
<View style={[styles.loading, stylesHook.flex]}>
|
||||
<ActivityIndicator />
|
||||
</View>
|
||||
) : (
|
||||
|
@ -99,7 +99,7 @@ const styles = StyleSheet.create({
|
|||
},
|
||||
loading: {
|
||||
flex: 1,
|
||||
paddingTop: 20,
|
||||
justifyContent: 'center',
|
||||
},
|
||||
word: {
|
||||
marginRight: 8,
|
||||
|
|
Loading…
Add table
Reference in a new issue