fix: default colors

This commit is contained in:
graelo 2021-03-23 22:20:21 +01:00
parent ae19f2b4e4
commit 7550895602
2 changed files with 17 additions and 17 deletions

View file

@ -265,7 +265,7 @@ impl<'a> ViewController<'a> {
fg_reset = fg_reset,
bg_reset = bg_reset,
sty = style::Bold,
sty_reset = style::NoBold,
sty_reset = style::Reset, // NoBold is not sufficient
hint = hint_text,
)
.unwrap();