diff --git a/assets/icons/user_plus_12.svg b/assets/icons/user_plus_12.svg index 61f61e3929f33dfddb21cf34b718a01299d844b9..535d04af45f186a25dbbb76d8a5605e81d111390 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 3fd6e13554dc9f93b3c76cbd0cf5ccced38df8ce..150392f6e066d89355e55c4bcc5d408cd5b1f970 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 36128a907a5a037671ea29624774c033104cf6a2..69d8cd460a9acbae4fae7cbb2312e54433ed83e4 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 cb78638f70ad776f3a6b6367534cb49e63b00584..7752c47b44662cdf1e97269930c5b592a48ee150 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"),