Add title to assistant panel and move + to right

This commit is contained in:
Nathan Sobo 2023-06-21 09:54:49 -06:00
parent a011ced698
commit d78fbbc63e
3 changed files with 19 additions and 2 deletions

View file

@ -996,6 +996,7 @@ pub struct AssistantStyle {
pub container: ContainerStyle,
pub hamburger_button: IconStyle,
pub plus_button: IconStyle,
pub title: ContainedText,
pub message_header: ContainerStyle,
pub sent_at: ContainedText,
pub user_sender: Interactive<ContainedText>,