Render remote participant's screen preserving aspect ratio

This commit is contained in:
Antonio Scandurra
2022-10-18 14:16:19 +02:00
parent 46635956f4
commit bf98300547
3 changed files with 56 additions and 34 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ export default function workspace(theme: Theme) {
...text(theme, "sans", "primary", { size: "lg" }),
},
externalLocationMessage: {
background: backgroundColor(theme, "info"),
background: backgroundColor(theme, "on500Info"),
border: border(theme, "secondary"),
cornerRadius: 6,
padding: 12,