add background: "solid" for EC (#34168)
This commit is contained in:
@@ -763,6 +763,8 @@ export class ElementCall extends Call {
|
||||
lang: getCurrentLanguage().replace("_", "-"),
|
||||
fontScale: (FontWatcher.getRootFontSize() / FontWatcher.getBrowserDefaultFontSize()).toString(),
|
||||
theme: "$org.matrix.msc2873.client_theme",
|
||||
// on EW we do not want the gradient EC background.
|
||||
background: "solid",
|
||||
});
|
||||
|
||||
if (typeof opts.skipLobby === "boolean") {
|
||||
|
||||
Reference in New Issue
Block a user