From 763dcf68c2fe356e231ee6f295bd7a9e014d9434 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Tue, 5 Dec 2017 15:31:45 -0200 Subject: [PATCH] Layout fixed --- app/containers/Header.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/containers/Header.js b/app/containers/Header.js index f51ab06a4..4ffa7d9e9 100644 --- a/app/containers/Header.js +++ b/app/containers/Header.js @@ -89,7 +89,8 @@ const styles = StyleSheet.create({ justifyContent: 'center', backgroundColor: 'transparent', 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} onPress={() => this.onPressModalButton(status)} > - - - + {text || status.charAt(0).toUpperCase() + status.slice(1)}