Add Zoom button to assistant panel

This commit is contained in:
Nathan Sobo 2023-06-21 19:50:22 -06:00
parent a75341db97
commit a49189a704
3 changed files with 60 additions and 1 deletions

View file

@ -995,6 +995,8 @@ pub struct TerminalStyle {
pub struct AssistantStyle {
pub container: ContainerStyle,
pub hamburger_button: IconStyle,
pub zoom_in_button: IconStyle,
pub zoom_out_button: IconStyle,
pub plus_button: IconStyle,
pub title: ContainedText,
pub message_header: ContainerStyle,