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)}