diff --git a/App.tsx b/App.tsx index 4d23803..67e4325 100644 --- a/App.tsx +++ b/App.tsx @@ -139,7 +139,7 @@ function AuthorizedApp() { drawerStyle: usedStyles.drawerStyle, drawerLabelStyle: { color: colors.white }, unmountOnBlur: true, - headerRight: () => ( + /*headerRight: () => ( ), + */ }} > { height: 28, }, goBackIcon: { - marginLeft: 15, + marginTop: -6, + marginLeft: 6, }, }); }; diff --git a/pages/MapPageTries.tsx b/pages/MapPageTries.tsx index 5cc65d8..caa565f 100644 --- a/pages/MapPageTries.tsx +++ b/pages/MapPageTries.tsx @@ -114,7 +114,8 @@ const styles = (theme: Theme) => { height: 28, }, goBackIcon: { - marginLeft: 15, + marginTop: -6, + marginLeft: 6, }, }); }; diff --git a/pages/ProfilePage.tsx b/pages/ProfilePage.tsx index 995b4f6..4d38a54 100644 --- a/pages/ProfilePage.tsx +++ b/pages/ProfilePage.tsx @@ -172,6 +172,7 @@ export function ProfilePage() { + {/* @@ -195,6 +196,7 @@ export function ProfilePage() { + */}