diff --git a/assets/icons/user_plus_12.svg b/assets/icons/user_plus_12.svg index 61f61e3929..535d04af45 100644 --- a/assets/icons/user_plus_12.svg +++ b/assets/icons/user_plus_12.svg @@ -1,3 +1,5 @@ - + + + diff --git a/assets/icons/user_plus_16.svg b/assets/icons/user_plus_16.svg index 3fd6e13554..150392f6e0 100644 --- a/assets/icons/user_plus_16.svg +++ b/assets/icons/user_plus_16.svg @@ -1,3 +1,5 @@ - + + + diff --git a/crates/collab_ui/src/collab_titlebar_item.rs b/crates/collab_ui/src/collab_titlebar_item.rs index 36128a907a..69d8cd460a 100644 --- a/crates/collab_ui/src/collab_titlebar_item.rs +++ b/crates/collab_ui/src/collab_titlebar_item.rs @@ -379,7 +379,7 @@ impl CollabTitlebarItem { let style = titlebar .toggle_contacts_button .style_for(state, self.contacts_popover.is_some()); - Svg::new("icons/plus_8.svg") + Svg::new("icons/user_plus_16.svg") .with_color(style.color) .constrained() .with_width(style.icon_width) diff --git a/styles/src/styleTree/workspace.ts b/styles/src/styleTree/workspace.ts index cb78638f70..7752c47b44 100644 --- a/styles/src/styleTree/workspace.ts +++ b/styles/src/styleTree/workspace.ts @@ -217,7 +217,7 @@ export default function workspace(colorScheme: ColorScheme) { margin: { left: itemSpacing }, cornerRadius: 6, color: foreground(layer, "variant"), - iconWidth: 8, + iconWidth: 14, buttonWidth: 20, active: { background: background(layer, "variant", "active"),