Skip to content

Commit

Permalink
optimize rn style
Browse files Browse the repository at this point in the history
  • Loading branch information
yiminghe committed Jun 16, 2016
1 parent b055799 commit a05db7a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rmc-picker",
"version": "3.0.10",
"version": "3.0.11",
"description": "React Mobile Picker Component(web and react-native)",
"keywords": [
"react",
Expand Down
4 changes: 4 additions & 0 deletions src/PopupStyles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,12 @@ const styles = StyleSheet.create({
},
header: {
flex: 1,
height: 44,
alignItems: 'center',
flexDirection: 'row',
justifyContent: 'center',
borderBottomWidth: 1,
borderBottomColor: '#e7e7e7',
},
headerItem: {
flex: 1,
Expand Down

0 comments on commit a05db7a

Please sign in to comment.