This commit is contained in:
Stephan Dilly 2020-04-18 22:58:39 +02:00
parent 952ea17c90
commit 258d1311cd

View File

@ -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)