Skip to content

Commit da2ef93

Browse files
author
Stephan Dilly
committed
fix tab rendering style for light theme
1 parent 984a805 commit da2ef93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ impl App {
328328
Tabs::default()
329329
.block(Block::default().borders(Borders::BOTTOM))
330330
.titles(&[strings::TAB_STATUS, strings::TAB_LOG])
331+
.style(Style::default())
331332
.highlight_style(
332333
self.theme
333334
.tab(true)

0 commit comments

Comments
 (0)