Change permalink modal to overFullScreen
This commit is contained in:
parent
a78f2de690
commit
b4e0304f2f
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue