Add control to toggle screen-sharing

This commit is contained in:
Antonio Scandurra
2022-10-19 10:19:20 +02:00
parent 219793afcc
commit 773f569385
9 changed files with 131 additions and 12 deletions
+11
View File
@@ -138,7 +138,18 @@ export default function workspace(theme: Theme) {
},
cornerRadius: 6,
},
callControl: {
cornerRadius: 6,
color: iconColor(theme, "secondary"),
iconWidth: 12,
buttonWidth: 20,
hover: {
background: backgroundColor(theme, "on300", "hovered"),
color: iconColor(theme, "active"),
},
},
toggleContactsButton: {
margin: { left: 6 },
cornerRadius: 6,
color: iconColor(theme, "secondary"),
iconWidth: 8,