diff --git a/src/components/changes.rs b/src/components/changes.rs index 96fbb74a..2765a0e1 100644 --- a/src/components/changes.rs +++ b/src/components/changes.rs @@ -164,7 +164,7 @@ impl DrawableComponent for ChangesComponent { }, ); if selected { - style = style.modifier(Modifier::BOLD); //.fg(Color::White); + style = style.modifier(Modifier::BOLD); } Text::Styled(Cow::from(txt), style)