Use info color for assistant role indicator

This commit is contained in:
Marshall Bowers 2024-01-08 10:51:20 -05:00
parent 53564fb269
commit 58664206cf

View file

@ -2300,9 +2300,7 @@ impl ConversationEditor {
let sender = ButtonLike::new("role")
.child(match message.role {
Role::User => Label::new("You").color(Color::Default),
Role::Assistant => {
Label::new("Assistant").color(Color::Modified)
}
Role::Assistant => Label::new("Assistant").color(Color::Info),
Role::System => Label::new("System").color(Color::Warning),
})
.tooltip(|cx| {