diff --git a/crates/collab_ui/src/collab_panel.rs b/crates/collab_ui/src/collab_panel.rs index 7ad7a8883d8c3c47dc43bb36447ea4e4bc80a37a..4c20411549443777dd504b101fefa18e00ee43b0 100644 --- a/crates/collab_ui/src/collab_panel.rs +++ b/crates/collab_ui/src/collab_panel.rs @@ -1677,7 +1677,7 @@ impl CollabPanel { } else { theme.contact_button.style_for(mouse_state) }; - render_icon_button(button_style, "icons/check_8.svg") + render_icon_button(button_style, "icons/check.svg") .aligned() .flex_float() }) @@ -1762,7 +1762,7 @@ impl CollabPanel { } else { theme.contact_button.style_for(mouse_state) }; - render_icon_button(button_style, "icons/check_8.svg") + render_icon_button(button_style, "icons/check.svg") .aligned() .flex_float() })