Change permalink modal to overFullScreen

This commit is contained in:
Elias Nahum 2022-06-03 12:34:30 -04:00
parent a78f2de690
commit b4e0304f2f
No known key found for this signature in database
GPG key ID: E038DB71E0B61702

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),
},