diff --git a/crates/workspace/src/pane.rs b/crates/workspace/src/pane.rs index caccda8ecf58a10d10284d6abd09434b19115cec..a05b9ac1a822b34e36701b226085c95d287ce98c 100644 --- a/crates/workspace/src/pane.rs +++ b/crates/workspace/src/pane.rs @@ -1112,7 +1112,7 @@ impl View for Pane { &cx.global::().theme.workspace.tab_bar; let style = theme.pane_button.style_for(mouse_state, false); - Svg::new("icons/bolt_12.svg") + Svg::new("icons/plus_12.svg") .with_color(style.color) .constrained() .with_width(style.icon_width)