Skip to content

Commit

Permalink
fix: remove hardcoded drawer item height (#460)
Browse files Browse the repository at this point in the history
Fixes: #453
  • Loading branch information
lukewalczak authored and satya164 committed Jul 19, 2018
1 parent 7bf38b6 commit 02458ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/DrawerItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ const styles = StyleSheet.create({
alignItems: 'center',
paddingHorizontal: 16,
paddingVertical: 12,
height: 48,
},
label: {
marginRight: 32,
Expand Down

0 comments on commit 02458ba

Please sign in to comment.