mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-12 13:33:27 +00:00
update icon
This commit is contained in:
parent
06b1a74156
commit
4549395d02
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue