mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +01:00
set bottom radius to 0
This commit is contained in:
@@ -43,8 +43,8 @@ const ActionSheetWrapper = ({
|
||||
borderTopRightRadius: 10,
|
||||
borderTopLeftRadius: 10,
|
||||
alignSelf: 'center',
|
||||
borderBottomRight: 0,
|
||||
borderBottomLeft: 0
|
||||
borderBottomRightRadius: 0,
|
||||
borderBottomLeftRadius: 0
|
||||
};
|
||||
}, [colors.bg, gestureEnabled]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user