ui: fix paddings

This commit is contained in:
ammarahm-ed
2020-01-08 11:25:26 +05:00
parent fa9b9e12f7
commit 97af41e379
9 changed files with 28 additions and 30 deletions

View File

@@ -45,9 +45,10 @@ export const Menu = ({close = () => {}, hide, update = () => {}}) => {
/>
<ScrollView
showsVerticalScrollIndicator={false}
contentContainerStyle={{
justifyContent: 'space-between',
height: '100%',
minHeight: '100%',
}}>
<View>
<FlatList