This commit is contained in:
Stephan Dilly 2021-08-26 19:27:39 +02:00
parent 6524af65a1
commit f51a3a953a

View File

@ -124,7 +124,7 @@ impl OptionsPopupComponent {
fn add_header(txt: &mut Vec<Spans>, header: &'static str) {
txt.push(Spans::from(vec![Span::styled(
header,
//TODO:
//TODO: use style
Style::default().add_modifier(Modifier::UNDERLINED),
)]));
}