Add styles for button

This commit is contained in:
Piotr Osiewicz 2023-06-23 13:30:40 +02:00
parent 6c676121f2
commit 4b52ff65c1
3 changed files with 20 additions and 4 deletions

View file

@ -135,6 +135,7 @@ pub struct Titlebar {
pub toggle_contacts_button: Toggleable<Interactive<IconButton>>,
pub toggle_microphone_button: Toggleable<Interactive<IconButton>>,
pub toggle_speakers_button: Toggleable<Interactive<IconButton>>,
pub leave_call_button: Interactive<IconButton>,
pub user_menu_button: Toggleable<Interactive<IconButton>>,
pub toggle_contacts_badge: ContainerStyle,
}