adjusted header padding

This commit is contained in:
tapframe 2025-06-18 18:44:54 +05:30
parent ac8d7ff4ad
commit 7369f7b5c2

View file

@ -81,7 +81,7 @@ const styles = StyleSheet.create({
},
headerContainer: {
height: Platform.OS === 'ios' ? 100 : 90,
paddingTop: Platform.OS === 'ios' ? 35 : 20,
paddingTop: Platform.OS === 'ios' ? 35 : 35,
backgroundColor: 'rgba(0,0,0,0.3)',
},
blurOverlay: {