Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwm committed Dec 28, 2016
1 parent 5c221df commit 5388a93
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,8 @@ let styles = StyleSheet.create({
},
up: {
height: 90,
overflow: 'hidden'
overflow: 'hidden',
backgroundColor: 'transparent',
},
upView: {
justifyContent: 'flex-start',
Expand All @@ -291,7 +292,8 @@ let styles = StyleSheet.create({
overflow: 'hidden',
borderColor: '#aaa',
borderTopWidth: 1/ratio,
borderBottomWidth: 1/ratio
borderBottomWidth: 1/ratio,
backgroundColor: 'transparent',
},
middleView: {
height: 40,
Expand All @@ -309,12 +311,14 @@ let styles = StyleSheet.create({
},
down: {
height: 90,
overflow: 'hidden'
overflow: 'hidden',
backgroundColor: 'transparent',
},
downView: {
overflow: 'hidden',
justifyContent: 'flex-start',
alignItems: 'center'
alignItems: 'center',
backgroundColor: 'transparent',
},
downText: {
paddingTop: 0,
Expand Down

0 comments on commit 5388a93

Please sign in to comment.