Skip to content

Commit

Permalink
(splw) tiny change
Browse files Browse the repository at this point in the history
  • Loading branch information
shnarazk committed Aug 13, 2024
1 parent 3412180 commit 891a457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/splw.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ mod restart {
let chart = Chart::new(vec![
Dataset::default()
.data(&self.spans)
.style(Style::default().fg(Color::Blue))
.style(Style::default().fg(Color::Black))
.marker(symbols::Marker::Braille),
Dataset::default()
.data(&self.cpr)
Expand Down

0 comments on commit 891a457

Please sign in to comment.