mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-04 17:29:07 +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: {
|
headerContainer: {
|
||||||
height: Platform.OS === 'ios' ? 100 : 90,
|
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)',
|
backgroundColor: 'rgba(0,0,0,0.3)',
|
||||||
},
|
},
|
||||||
blurOverlay: {
|
blurOverlay: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue