feat: small fixes
This commit is contained in:
@@ -16,11 +16,13 @@ const AdventureChoiceModal = ({ isVisible, setIsVisible, onContinue, onStop }) =
|
|||||||
title="Je continue l'aventure Musicland vers l'espace vidéo"
|
title="Je continue l'aventure Musicland vers l'espace vidéo"
|
||||||
onPress={onContinue}
|
onPress={onContinue}
|
||||||
containerStyle={styles.modalAction}
|
containerStyle={styles.modalAction}
|
||||||
|
textStyle={styles.modalActionText}
|
||||||
/>
|
/>
|
||||||
<BorderGradientButton
|
<BorderGradientButton
|
||||||
title="J'arrête l'aventure et je télécharge ma chanson"
|
title="J'arrête l'aventure et je télécharge ma chanson"
|
||||||
onPress={onStop}
|
onPress={onStop}
|
||||||
containerStyle={styles.modalAction}
|
containerStyle={styles.modalAction}
|
||||||
|
titleStyle={styles.modalActionText}
|
||||||
/>
|
/>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
@@ -56,4 +58,7 @@ const styles = StyleSheet.create({
|
|||||||
modalAction: {
|
modalAction: {
|
||||||
width: '100%',
|
width: '100%',
|
||||||
},
|
},
|
||||||
|
modalActionText: {
|
||||||
|
textAlign: 'center',
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user