add padding to top when gestures disabled

This commit is contained in:
ammarahm-ed
2020-12-22 10:27:35 +05:00
parent a499f7bfa1
commit 348c87d38e

View File

@@ -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