Merge pull request #1793 from zed-industries/screen-sharing
Introduce screen-sharing
This commit is contained in:
commit
fb7a92242b
61 changed files with 3028 additions and 897 deletions
|
@ -166,6 +166,11 @@ export default function contactsPanel(colorScheme: ColorScheme) {
|
|||
projectRow: {
|
||||
...projectRow,
|
||||
background: background(layer, "on"),
|
||||
icon: {
|
||||
margin: { left: nameMargin },
|
||||
color: foreground(layer, "variant"),
|
||||
width: 12,
|
||||
},
|
||||
name: {
|
||||
...projectRow.name,
|
||||
...text(layer, "mono", { size: "sm" }),
|
||||
|
|
|
@ -137,7 +137,18 @@ export default function workspace(colorScheme: ColorScheme) {
|
|||
},
|
||||
cornerRadius: 6,
|
||||
},
|
||||
callControl: {
|
||||
cornerRadius: 6,
|
||||
color: foreground(layer, "variant"),
|
||||
iconWidth: 12,
|
||||
buttonWidth: 20,
|
||||
hover: {
|
||||
background: background(layer, "variant", "hovered"),
|
||||
color: foreground(layer, "variant", "hovered"),
|
||||
},
|
||||
},
|
||||
toggleContactsButton: {
|
||||
margin: { left: 6 },
|
||||
cornerRadius: 6,
|
||||
color: foreground(layer, "variant"),
|
||||
iconWidth: 8,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue