mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-30 14:17:02 +00:00
Show button in a normal state
This commit is contained in:
parent
e2bdd261a1
commit
5b7d0ee6fe
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ impl View for TerminalButton {
|
||||||
.status_bar
|
.status_bar
|
||||||
.sidebar_buttons
|
.sidebar_buttons
|
||||||
.item
|
.item
|
||||||
.style_for(state, true);
|
.style_for(state, false);
|
||||||
|
|
||||||
Svg::new("icons/terminal_12.svg")
|
Svg::new("icons/terminal_12.svg")
|
||||||
.with_color(style.icon_color)
|
.with_color(style.icon_color)
|
||||||
|
|
Loading…
Reference in a new issue