Fixed status icon background

This commit is contained in:
Ultradesu
2026-07-27 17:38:14 +01:00
parent eb97c6469e
commit f55571ab34
3 changed files with 20 additions and 15 deletions
-7
View File
@@ -18,13 +18,6 @@ pub fn dim() -> Style {
Style::new().fg(DIM)
}
pub fn tab_active() -> Style {
Style::new()
.fg(Color::Black)
.bg(ACCENT)
.add_modifier(Modifier::BOLD)
}
pub fn tab_active_for(state: &AppState) -> Style {
Style::new()
.fg(Color::Black)