Skip to content

Commit

Permalink
Add vertical padding to close button (#1398)
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanmino authored Mar 5, 2020
1 parent ead48cf commit 1722b62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/components/UI/Navbar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ const styles = StyleSheet.create({
marginTop: 5
},
closeButton: {
paddingHorizontal: Device.isAndroid() ? 22 : 18
paddingHorizontal: Device.isAndroid() ? 22 : 18,
paddingVertical: 14
},
infoButton: {
paddingLeft: Device.isAndroid() ? 22 : 18,
Expand Down

0 comments on commit 1722b62

Please sign in to comment.