style fast header status

This commit is contained in:
pash
2026-03-04 15:20:55 -08:00
parent 65e99c76ed
commit 7bd5190a27

View File

@@ -1256,7 +1256,7 @@ impl HistoryCell for SessionHeaderHistoryCell {
}
if self.show_fast_status {
spans.push(" ".into());
spans.push(Span::styled("fast", self.model_style));
spans.push(Span::styled("fast", self.model_style.magenta().bold()));
}
spans.push(" ".dim());
spans.push(CHANGE_MODEL_HINT_COMMAND.cyan());