fixed #5, added colors.
This commit is contained in:
@@ -8,7 +8,7 @@ pub fn getExitPara() -> Paragraph<'static> {
|
||||
let exitPopup = Block::default()
|
||||
.title("Exit Window")
|
||||
.borders(Borders::ALL)
|
||||
.style(Style::default().bg(Color::DarkGray))
|
||||
.style(Style::default().bg(Color::Rgb(42, 61, 69)))
|
||||
.border_style(Style::default().fg(Color::Red));
|
||||
|
||||
let exitText = Text::from(vec![
|
||||
|
||||
Reference in New Issue
Block a user