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;
|
&cx.global::<Settings>().theme.workspace.tab_bar;
|
||||||
let style =
|
let style =
|
||||||
theme.pane_button.style_for(mouse_state, false);
|
theme.pane_button.style_for(mouse_state, false);
|
||||||
Svg::new("icons/bolt_12.svg")
|
Svg::new("icons/plus_12.svg")
|
||||||
.with_color(style.color)
|
.with_color(style.color)
|
||||||
.constrained()
|
.constrained()
|
||||||
.with_width(style.icon_width)
|
.with_width(style.icon_width)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue