diff --git a/app/containers/Header/index.js b/app/containers/Header/index.js index 95ba8c7a..efb98b65 100644 --- a/app/containers/Header/index.js +++ b/app/containers/Header/index.js @@ -23,7 +23,7 @@ export const getHeaderHeight = (isLandscape) => { export const getHeaderTitlePosition = insets => ({ left: 60 + insets.left, - right: 80 + insets.right + right: 140 + insets.right }); const styles = StyleSheet.create({