Layout fixed
This commit is contained in:
parent
d4c652d33f
commit
763dcf68c2
|
@ -89,7 +89,8 @@ const styles = StyleSheet.create({
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
backgroundColor: 'transparent',
|
backgroundColor: 'transparent',
|
||||||
borderBottomWidth: StyleSheet.hairlineWidth,
|
borderBottomWidth: StyleSheet.hairlineWidth,
|
||||||
borderBottomColor: 'rgba(0, 0, 0, .3)'
|
borderBottomColor: 'rgba(0, 0, 0, .3)',
|
||||||
|
paddingHorizontal: 20
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -171,9 +172,7 @@ export default class extends React.PureComponent {
|
||||||
style={styles.modalButton}
|
style={styles.modalButton}
|
||||||
onPress={() => this.onPressModalButton(status)}
|
onPress={() => this.onPressModalButton(status)}
|
||||||
>
|
>
|
||||||
<View style={{ width: '47%', alignItems: 'flex-end' }}>
|
<View style={statusStyle} />
|
||||||
<View style={statusStyle} />
|
|
||||||
</View>
|
|
||||||
<Text style={textStyle}>
|
<Text style={textStyle}>
|
||||||
{text || status.charAt(0).toUpperCase() + status.slice(1)}
|
{text || status.charAt(0).toUpperCase() + status.slice(1)}
|
||||||
</Text>
|
</Text>
|
||||||
|
|
Loading…
Reference in New Issue