Defaulted to muting stream and showing banner to unmute

This commit is contained in:
Mitchell McCaffrey
2020-04-09 13:39:25 +10:00
parent 1f5e3106d0
commit 1afc8b8d68
3 changed files with 142 additions and 50 deletions

View File

@@ -18,8 +18,8 @@ function StyledModal({ isOpen, onRequestClose, children }) {
right: "auto",
bottom: "auto",
marginRight: "-50%",
transform: "translate(-50%, -50%)"
}
transform: "translate(-50%, -50%)",
},
}}
>
{children}