Skip to content

Commit

Permalink
color change
Browse files Browse the repository at this point in the history
  • Loading branch information
Kacperacy committed May 4, 2024
1 parent 1e31c11 commit e39f7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub fn render(app: &mut App, frame: &mut Frame) {
.title_alignment(Alignment::Center)
.border_type(BorderType::Rounded),
)
.style(Style::default().fg(Color::Cyan).bg(Color::Black)),
.style(Style::default().fg(Color::LightBlue).bg(Color::Black)),
frame.size(),
)
}

0 comments on commit e39f7f4

Please sign in to comment.