From aeafa6f6d6242dd81c0162e6528b240f3c4b61c2 Mon Sep 17 00:00:00 2001 From: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com> Date: Thu, 29 Jun 2023 11:40:10 +0200 Subject: [PATCH] Fix build after rebase --- crates/collab_ui/src/collab_titlebar_item.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/crates/collab_ui/src/collab_titlebar_item.rs b/crates/collab_ui/src/collab_titlebar_item.rs index b38ac39798..48a4e12ff5 100644 --- a/crates/collab_ui/src/collab_titlebar_item.rs +++ b/crates/collab_ui/src/collab_titlebar_item.rs @@ -254,9 +254,7 @@ impl CollabTitlebarItem { this.toggle_vcs_menu(&Default::default(), cx) }), ) - .with_children( - self.render_branches_popover_host(&theme.workspace.titlebar, cx), - ), + .with_children(self.render_branches_popover_host(&theme.titlebar, cx)), ) } ret.into_any()