Show button in a normal state

This commit is contained in:
Petros Amoiridis 2023-03-09 16:54:47 +02:00
parent e2bdd261a1
commit 5b7d0ee6fe
No known key found for this signature in database

View file

@ -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)