diff --git a/examples/demo/ui.rs b/examples/demo/ui.rs index 76336ab5..0a0583a3 100644 --- a/examples/demo/ui.rs +++ b/examples/demo/ui.rs @@ -319,7 +319,8 @@ where let table = Table::new(rows) .header( Row::new(vec!["Server", "Location", "Status"]) - .style(Style::default().fg(Color::Yellow)), + .style(Style::default().fg(Color::Yellow)) + .bottom_margin(1), ) .block(Block::default().title("Servers").borders(Borders::ALL)) .widths(&[