mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-26 06:30:29 +00:00
Fix documented example to fix doc-tests on CI
This commit is contained in:
parent
16372f7847
commit
f7c6620e25
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ use crate::widgets::{Block, Widget};
|
|||
/// .block(Block::default().title("Tabs").borders(Borders::ALL))
|
||||
/// .titles(&["Tab1", "Tab2", "Tab3", "Tab4"])
|
||||
/// .style(Style::default().fg(Color::White))
|
||||
/// .highlight_style(Style::default().fg(Color::Yellow));
|
||||
/// .highlight_style(Style::default().fg(Color::Yellow))
|
||||
/// .divider(DOT);
|
||||
/// # }
|
||||
/// ```
|
||||
|
|
Loading…
Reference in a new issue