Skip to content

Commit f51a3a9

Browse files
author
Stephan Dilly
committed
todo
1 parent 6524af6 commit f51a3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/options_popup.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ impl OptionsPopupComponent {
124124
fn add_header(txt: &mut Vec<Spans>, header: &'static str) {
125125
txt.push(Spans::from(vec![Span::styled(
126126
header,
127-
//TODO:
127+
//TODO: use style
128128
Style::default().add_modifier(Modifier::UNDERLINED),
129129
)]));
130130
}

0 commit comments

Comments
 (0)