fix header padding

This commit is contained in:
ammarahm-ed
2021-10-31 10:06:58 +05:00
parent 78443adc68
commit 15e1388e0d

View File

@@ -383,7 +383,7 @@ const SectionHeader = ({title, collapsed, setCollapsed}) => {
}}
style={{
height: 50,
paddingHorizontal: 12,
paddingHorizontal: 0,
justifyContent: 'space-between',
flexDirection: 'row',
alignItems: 'center',