Rename and toggle screenshare

This commit is contained in:
Mikayla Maki 2023-06-27 09:56:41 -07:00
parent b4f9faee3b
commit 37cb202c93
No known key found for this signature in database
4 changed files with 4 additions and 4 deletions

View file

@ -417,7 +417,7 @@ impl CollabTitlebarItem {
let titlebar = &theme.workspace.titlebar;
MouseEventHandler::<ToggleScreenSharing, Self>::new(0, cx, |state, _| {
let style = titlebar.call_control.style_for(state);
let style = titlebar.screen_share_button.style_for(state);
Svg::new(icon)
.with_color(style.color)
.constrained()