diff --git a/src/components/options_popup.rs b/src/components/options_popup.rs index 73f70a8c..31a263e2 100644 --- a/src/components/options_popup.rs +++ b/src/components/options_popup.rs @@ -124,7 +124,7 @@ impl OptionsPopupComponent { fn add_header(txt: &mut Vec, header: &'static str) { txt.push(Spans::from(vec![Span::styled( header, - //TODO: + //TODO: use style Style::default().add_modifier(Modifier::UNDERLINED), )])); }