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 { if selected {
style = style.modifier(Modifier::BOLD); //.fg(Color::White); style = style.modifier(Modifier::BOLD);
} }
Text::Styled(Cow::from(txt), style) Text::Styled(Cow::from(txt), style)