From 2376dc934cb755b00dadbe59b951e5020c8bc05e Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Tue, 3 May 2022 08:54:13 -0400 Subject: [PATCH] Fix Back button position in Navigation Header (#6204) --- app/components/navigation_header/header.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/navigation_header/header.tsx b/app/components/navigation_header/header.tsx index c87afbd8aa..b653f9fc84 100644 --- a/app/components/navigation_header/header.tsx +++ b/app/components/navigation_header/header.tsx @@ -90,6 +90,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => ({ leftContainer: { height: '100%', justifyContent: 'center', + paddingLeft: 16, ...Platform.select({ ios: { zIndex: 5,