From a75d8b000f10a7c8993bb2f3c28dd15ce6948308 Mon Sep 17 00:00:00 2001 From: KartalAlp Date: Sat, 20 May 2023 20:46:15 +0300 Subject: [PATCH] fix: go-back-arrow fixed --- App.tsx | 3 ++- pages/FinishedTreasuresOnMap.tsx | 3 ++- pages/MapPageTries.tsx | 3 ++- pages/ProfilePage.tsx | 3 +++ 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/App.tsx b/App.tsx index e2ae513..0d420bb 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 8bc72dc..0bc02c5 100644 --- a/pages/MapPageTries.tsx +++ b/pages/MapPageTries.tsx @@ -107,7 +107,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 35388fa..9a481aa 100644 --- a/pages/ProfilePage.tsx +++ b/pages/ProfilePage.tsx @@ -171,6 +171,8 @@ export function ProfilePage() { + + {/* @@ -193,6 +195,7 @@ export function ProfilePage() { + */}