fix height of section header

This commit is contained in:
ammarahm-ed
2020-09-28 11:48:27 +05:00
parent 044e712124
commit 08164a4690

View File

@@ -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%',