increase padding of actionsheet from bottom.

This commit is contained in:
ammarahm-ed
2020-03-17 15:20:23 +05:00
parent 9b388cb5ad
commit 38870961d4

View File

@@ -553,7 +553,7 @@ export const ActionSheetComponent = ({
} }
}} }}
style={{ style={{
paddingBottom: 15, paddingBottom: 30,
backgroundColor: colors.bg, backgroundColor: colors.bg,
width: '100%', width: '100%',
paddingHorizontal: 0, paddingHorizontal: 0,