mobile: fix bottom padding on sheet

This commit is contained in:
ammarahm-ed
2023-03-23 23:20:38 +05:00
committed by Abdullah Atta
parent 732a0ffea4
commit e186037c03

View File

@@ -461,7 +461,7 @@ const MoveNoteSheet = ({ note, actionSheetRef }) => {
onAddItem={async (title) => {
return await onAddNotebook(title);
}}
ListFooterComponent={<View style={{ height: 50 }} />}
ListFooterComponent={<View style={{ height: 20 }} />}
/>
</SelectionProvider>
</View>