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
.sidebar_buttons
.item
.style_for(state, true);
.style_for(state, false);
Svg::new("icons/terminal_12.svg")
.with_color(style.icon_color)