diff --git a/crates/tui/src/app.rs b/crates/tui/src/app.rs index 41bd7030..fd69315f 100644 --- a/crates/tui/src/app.rs +++ b/crates/tui/src/app.rs @@ -930,7 +930,7 @@ impl App { pub fn push_notice(&mut self, message: impl Into) { self.blocks.push(Block::Alert { - level: AlertLevel::Info, + level: AlertLevel::Warn, source: AlertSource::Worker, message: message.into(), });