Add styles for microphone and speakers buttons
This commit is contained in:
parent
8bd9fe1fb0
commit
437e41f99d
3 changed files with 85 additions and 10 deletions
|
@ -133,6 +133,8 @@ pub struct Titlebar {
|
|||
pub share_button: Toggleable<Interactive<ContainedText>>,
|
||||
pub call_control: Interactive<IconButton>,
|
||||
pub toggle_contacts_button: Toggleable<Interactive<IconButton>>,
|
||||
pub toggle_microphone_button: Toggleable<Interactive<IconButton>>,
|
||||
pub toggle_speakers_button: Toggleable<Interactive<IconButton>>,
|
||||
pub user_menu_button: Toggleable<Interactive<IconButton>>,
|
||||
pub toggle_contacts_badge: ContainerStyle,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue