From 4549395d027cb430ae9dbf08eb668439982efc2a Mon Sep 17 00:00:00 2001 From: Mikayla Maki Date: Thu, 4 Aug 2022 11:58:55 -0700 Subject: [PATCH] update icon --- crates/workspace/src/pane.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)