mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-05 06:49:47 +03:00
Show button in a normal state
This commit is contained in:
parent
e2bdd261a1
commit
5b7d0ee6fe
@ -57,7 +57,7 @@ impl View for TerminalButton {
|
||||
.status_bar
|
||||
.sidebar_buttons
|
||||
.item
|
||||
.style_for(state, true);
|
||||
.style_for(state, false);
|
||||
|
||||
Svg::new("icons/terminal_12.svg")
|
||||
.with_color(style.icon_color)
|
||||
|
Loading…
Reference in New Issue
Block a user