Change permalink modal to overFullScreen

This commit is contained in:
Elias Nahum
2022-06-03 12:34:30 -04:00
parent a78f2de690
commit b4e0304f2f

View File

@@ -23,7 +23,7 @@ export const displayPermalink = async (teamName: string, postId: string, openAsP
};
const options = {
modalPresentationStyle: OptionsModalPresentationStyle.fullScreen,
modalPresentationStyle: OptionsModalPresentationStyle.overFullScreen,
layout: {
componentBackgroundColor: changeOpacity('#000', 0.2),
},