Tweak request_user_input answer styling

This commit is contained in:
Charles Cunningham
2026-01-29 20:07:14 -08:00
parent f92c91085c
commit 3ab9ff4388

View File

@@ -1832,15 +1832,15 @@ impl HistoryCell for RequestUserInputResultCell {
width,
" answer: ".dim(),
" ".dim(),
Style::default().fg(Color::Green),
Style::default(),
));
}
if let Some(note) = note {
lines.extend(wrap_with_prefix(
&note,
width,
" note: ".dim(),
" ".dim(),
" answer: ".dim(),
" ".dim(),
Style::default().add_modifier(Modifier::DIM),
));
}