From 13cf3ada39473416cd4ef96930071aa732d0b651 Mon Sep 17 00:00:00 2001 From: Nate Butler Date: Tue, 15 Aug 2023 16:29:01 -0400 Subject: [PATCH] Update checked icon --- crates/collab_ui/src/collab_panel.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() })