mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
make space between commands use default bg (#28)
This commit is contained in:
parent
b76a990948
commit
f2dd2b64b7
1 changed files with 1 additions and 1 deletions
|
|
@ -331,7 +331,7 @@ impl App {
|
|||
) {
|
||||
let splitter = Text::Styled(
|
||||
Cow::from(strings::CMD_SPLITTER),
|
||||
Style::default().bg(Color::Black),
|
||||
Style::default(),
|
||||
);
|
||||
|
||||
let style_enabled =
|
||||
|
|
|
|||
Loading…
Reference in a new issue