mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
fix tab rendering style for light theme
This commit is contained in:
parent
984a805f33
commit
da2ef9370b
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue