fixed #5, added colors.
Some checks failed
/ Quality Check (push) Failing after 1m51s
/ Build (push) Failing after 1m29s

This commit is contained in:
Phani Pavan K
2025-10-31 11:32:14 +05:30
parent 1b8275c911
commit 8e7143d1a7
2 changed files with 28 additions and 16 deletions

View File

@@ -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![