Skip to content

Commit 258d131

Browse files
author
Stephan Dilly
committed
cleanup
1 parent 952ea17 commit 258d131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/changes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ impl DrawableComponent for ChangesComponent {
164164
},
165165
);
166166
if selected {
167-
style = style.modifier(Modifier::BOLD); //.fg(Color::White);
167+
style = style.modifier(Modifier::BOLD);
168168
}
169169

170170
Text::Styled(Cow::from(txt), style)

0 commit comments

Comments
 (0)