add flex: 1 to styles.buttonText in QualificationModal.tsx

This commit is contained in:
Dawid Wysokiński 2021-04-18 08:53:26 +02:00
parent 49d541f084
commit b861fc5d71
1 changed files with 2 additions and 1 deletions

View File

@ -128,10 +128,11 @@ const styles = StyleSheet.create({
buttonText: {
textAlign: 'center',
textAlignVertical: 'center',
flex: 1,
},
button: {
flex: 1,
height: 'auto',
flex: 1,
},
marginRight: {
marginRight: 6,