Switch collaborator list to using own style

This commit is contained in:
Julia 2023-01-30 10:18:04 -05:00
parent 2b6aa3f5d1
commit c697c1a96a
3 changed files with 22 additions and 4 deletions

View file

@ -84,6 +84,7 @@ pub struct Titlebar {
pub outdated_warning: ContainedText,
pub share_button: Interactive<ContainedText>,
pub call_control: Interactive<IconButton>,
pub toggle_collaborators_button: Interactive<IconButton>,
pub toggle_contacts_button: Interactive<IconButton>,
pub toggle_contacts_badge: ContainerStyle,
}