|
@@ -511,8 +511,6 @@ const styles = StyleSheet.create({
|
|
|
fontWeight: 'bold'
|
|
fontWeight: 'bold'
|
|
|
},
|
|
},
|
|
|
cancelView: {
|
|
cancelView: {
|
|
|
- flexDirection: 'row',
|
|
|
|
|
- justifyContent: 'center',
|
|
|
|
|
paddingTop: 8,
|
|
paddingTop: 8,
|
|
|
paddingBottom: 8
|
|
paddingBottom: 8
|
|
|
},
|
|
},
|
|
@@ -521,6 +519,7 @@ const styles = StyleSheet.create({
|
|
|
backgroundColor: '#ED4A4A'
|
|
backgroundColor: '#ED4A4A'
|
|
|
},
|
|
},
|
|
|
cancelButtonView: {
|
|
cancelButtonView: {
|
|
|
|
|
+ flex: 1,
|
|
|
height: 48,
|
|
height: 48,
|
|
|
paddingLeft: 16,
|
|
paddingLeft: 16,
|
|
|
paddingRight: 16,
|
|
paddingRight: 16,
|