From d46cf3e1e7a3d5d312dfba8b41fc546c8286d919 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 5 Jun 2024 15:05:35 -0500 Subject: [PATCH] Vertically align header --- src/view/com/home/HomeHeaderLayoutMobile.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/view/com/home/HomeHeaderLayoutMobile.tsx b/src/view/com/home/HomeHeaderLayoutMobile.tsx index 00a018f232..21f1b81c5f 100644 --- a/src/view/com/home/HomeHeaderLayoutMobile.tsx +++ b/src/view/com/home/HomeHeaderLayoutMobile.tsx @@ -89,7 +89,6 @@ export function HomeHeaderLayoutMobile({ style={[ a.justify_center, { - marginTop: -4, marginRight: -6, }, ]}> @@ -118,7 +117,7 @@ const styles = StyleSheet.create({ justifyContent: 'space-between', alignItems: 'center', paddingHorizontal: 16, - paddingVertical: 8, + paddingVertical: 4, width: '100%', }, title: {