mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-28 21:38:46 +00:00
adjusted header padding
This commit is contained in:
parent
ac8d7ff4ad
commit
7369f7b5c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue