Add Zoom button to assistant panel
This commit is contained in:
parent
a75341db97
commit
a49189a704
3 changed files with 60 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue