Vertically align header
This commit is contained in:
@@ -89,7 +89,6 @@ export function HomeHeaderLayoutMobile({
|
|||||||
style={[
|
style={[
|
||||||
a.justify_center,
|
a.justify_center,
|
||||||
{
|
{
|
||||||
marginTop: -4,
|
|
||||||
marginRight: -6,
|
marginRight: -6,
|
||||||
},
|
},
|
||||||
]}>
|
]}>
|
||||||
@@ -118,7 +117,7 @@ const styles = StyleSheet.create({
|
|||||||
justifyContent: 'space-between',
|
justifyContent: 'space-between',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
paddingHorizontal: 16,
|
paddingHorizontal: 16,
|
||||||
paddingVertical: 8,
|
paddingVertical: 4,
|
||||||
width: '100%',
|
width: '100%',
|
||||||
},
|
},
|
||||||
title: {
|
title: {
|
||||||
|
|||||||
Reference in New Issue
Block a user