Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Commit

Permalink
Merge pull request #8 from bozzmob/master
Browse files Browse the repository at this point in the history
Fix : Drawer menu items are not centered
  • Loading branch information
Ehesp committed Dec 27, 2015
2 parents 042c897 + 7c8fef9 commit 6171dca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Drawer/Item.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ const styles = {
},
icon: {
position: 'relative',
top: -2
},
value: {
flex: 1,
paddingLeft: 34
paddingLeft: 34,
top: 2
}
};

0 comments on commit 6171dca

Please sign in to comment.