update icon

This commit is contained in:
Mikayla Maki 2022-08-04 11:58:55 -07:00
parent 06b1a74156
commit 4549395d02

View file

@ -1112,7 +1112,7 @@ impl View for Pane {
&cx.global::<Settings>().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)