mirror of
https://github.com/atuinsh/atuin.git
synced 2025-02-25 06:43:59 +01:00
fix(search): fix invisible tab title (#1560)
This commit is contained in:
parent
33eedf93b6
commit
5d55195e17
@ -469,7 +469,7 @@ impl State {
|
||||
.block(Block::default().borders(Borders::NONE))
|
||||
.select(self.tab_index)
|
||||
.style(Style::default())
|
||||
.highlight_style(Style::default().bold().on_black());
|
||||
.highlight_style(Style::default().bold().white().on_black());
|
||||
|
||||
f.render_widget(tabs, tabs_chunk);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user