diff --git a/crates/collab_ui/src/collab_panel.rs b/crates/collab_ui/src/collab_panel.rs index e457f8c750c319c365d6197d96ae16847fb24c5b..f745420eeb6b05df1193ff88bde63a8cb7ac3d9f 100644 --- a/crates/collab_ui/src/collab_panel.rs +++ b/crates/collab_ui/src/collab_panel.rs @@ -1088,7 +1088,7 @@ impl CollabPanel { MouseEventHandler::::new(0, cx, |_, _| { render_icon_button( theme.collab_panel.add_contact_button.in_state(is_selected), - "icons/user_plus_16.svg", + "icons/plus_16.svg", ) }) .with_cursor_style(CursorStyle::PointingHand) @@ -1993,7 +1993,7 @@ impl Panel for CollabPanel { fn icon_path(&self, cx: &gpui::WindowContext) -> Option<&'static str> { settings::get::(cx) .button - .then(|| "icons/radix/person.svg") + .then(|| "icons/speech_bubble_12.svg") } fn icon_tooltip(&self) -> (String, Option>) {