diff --git a/apps/mobile/src/components/ActionSheetComponent/ActionSheetWrapper.js b/apps/mobile/src/components/ActionSheetComponent/ActionSheetWrapper.js index 170c99960..8baee8def 100644 --- a/apps/mobile/src/components/ActionSheetComponent/ActionSheetWrapper.js +++ b/apps/mobile/src/components/ActionSheetComponent/ActionSheetWrapper.js @@ -43,8 +43,8 @@ const ActionSheetWrapper = ({ borderTopRightRadius: 10, borderTopLeftRadius: 10, alignSelf: 'center', - borderBottomRight: 0, - borderBottomLeft: 0 + borderBottomRightRadius: 0, + borderBottomLeftRadius: 0 }; }, [colors.bg, gestureEnabled]);