make space between commands use default bg (#28)

This commit is contained in:
Stephan Dilly 2020-05-14 17:38:25 +02:00
parent b76a990948
commit f2dd2b64b7

View file

@ -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 =