Skip to content

Commit

Permalink
fix tab rendering style for light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Dilly committed May 20, 2020
1 parent 984a805 commit da2ef93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ impl App {
Tabs::default()
.block(Block::default().borders(Borders::BOTTOM))
.titles(&[strings::TAB_STATUS, strings::TAB_LOG])
.style(Style::default())
.highlight_style(
self.theme
.tab(true)
Expand Down

0 comments on commit da2ef93

Please sign in to comment.