Vertically align header

This commit is contained in:
Eric Bailey
2024-06-05 15:05:35 -05:00
parent bf2750186d
commit d46cf3e1e7
+1 -2
View File
@@ -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: {