Skip to content

Commit

Permalink
fix mark pane
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jul 22, 2020
1 parent 8c2a174 commit b4476ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interactive/widgets/mark.rs
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ impl MarkPane {
path,
Style {
fg: fg_path,
..Style::default()
..base_style
},
);
let bytes = Span::styled(
Expand Down

0 comments on commit b4476ba

Please sign in to comment.