mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
add footer padding
This commit is contained in:
@@ -97,7 +97,7 @@ const ActionSheetWrapper = ({
|
||||
}
|
||||
onClose={_onClose}>
|
||||
{children}
|
||||
<View style={{height:Platform.OS === "ios" ? insets.bottom/2 : 0}}/>
|
||||
<View style={{height:Platform.OS === "ios" ? insets.bottom/2 : 20}}/>
|
||||
</ActionSheet>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user