mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +01:00
mobile: fix bottom padding on sheet
This commit is contained in:
committed by
Abdullah Atta
parent
732a0ffea4
commit
e186037c03
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user