mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
add padding to top when gestures disabled
This commit is contained in:
@@ -33,8 +33,9 @@ const ActionSheetWrapper = ({
|
||||
borderBottomLeftRadius: largeTablet ? 10 : 1,
|
||||
marginBottom: largeTablet ? 50 : 0,
|
||||
alignSelf: 'center',
|
||||
paddingTop:gestureEnabled ? 8 : 18
|
||||
};
|
||||
}, [colors.bg]);
|
||||
}, [colors.bg,gestureEnabled]);
|
||||
|
||||
return (
|
||||
<ActionSheet
|
||||
|
||||
Reference in New Issue
Block a user