From 08164a46909a7afce790d3a32a8b751643e8d346 Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Mon, 28 Sep 2020 11:48:27 +0500 Subject: [PATCH] fix height of section header --- apps/mobile/src/components/SimpleList/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/mobile/src/components/SimpleList/index.js b/apps/mobile/src/components/SimpleList/index.js index 43fb6c4c1..c7a1243bc 100644 --- a/apps/mobile/src/components/SimpleList/index.js +++ b/apps/mobile/src/components/SimpleList/index.js @@ -172,7 +172,7 @@ const SimpleList = ({ break; case 'header': dim.width = width; - dim.height = 18; + dim.height = 25; break; case 'MAIN_HEADER': dim.width = width; @@ -387,9 +387,9 @@ const styles = StyleSheet.create({ paddingHorizontal: 12, width: '100%', alignSelf: 'center', - marginTop: 15, - height: 18, - paddingBottom: 5, + marginTop: 10, + height: 25, + textAlignVertical: 'center', }, emptyList: { height: '100%',