mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-22 11:03:25 +03:00
cleanup
This commit is contained in:
parent
952ea17c90
commit
258d1311cd
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user