mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
cleanup
This commit is contained in:
parent
952ea17c90
commit
258d1311cd
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue