added notice for long delay

This commit is contained in:
balzack 2022-12-20 12:08:04 -08:00
parent 4485de7731
commit 81ededf1bb
2 changed files with 7 additions and 0 deletions

View File

@ -356,6 +356,7 @@ export function ProfileBody({ navigation }) {
</TouchableOpacity>
</View>
)}
<Text style={styles.notice}>saving can take a minute</Text>
</>
)}
{ state.sealMode === 'disabling' && (

View File

@ -11,6 +11,12 @@ export const styles = StyleSheet.create({
justifyContent: 'center',
paddingTop: 32,
},
notice: {
color: Colors.grey,
fontStyle: 'italic',
textAlign: 'center',
paddingBottom: 8,
},
icon: {
paddingTop: 2,
},