From e9154fa36049d220684f38b65994a7e2675f977c Mon Sep 17 00:00:00 2001 From: rickycodes Date: Tue, 3 Mar 2020 15:10:08 -0500 Subject: [PATCH] Add vertical padding to close button --- app/components/UI/Navbar/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/components/UI/Navbar/index.js b/app/components/UI/Navbar/index.js index 2c6063e433e..448ff1d6066 100644 --- a/app/components/UI/Navbar/index.js +++ b/app/components/UI/Navbar/index.js @@ -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,