Skip to content

Commit

Permalink
Just gray
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaschan committed Sep 2, 2024
1 parent f343b82 commit 5b59fcc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions insanity-tui/src/render.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ fn peer_row<'a>(peer: &Peer, selected: bool) -> Row<'a> {
Cell::from(denoise_symbol),
attributes,
Cell::from(Spans::from(vec![
Span::styled("(DISCON) ", style.fg(Color::DarkGray)),
Span::styled(display_name, style.fg(CONNECTING)),
Span::styled(display_name, style.fg(Color::DarkGray)),
Span::styled(" --> ", style.fg(Color::DarkGray)),
Span::styled(format!("{}", address), style.fg(Color::DarkGray)),
]))
Expand Down

0 comments on commit 5b59fcc

Please sign in to comment.