seperate out channel styles in theme

This commit is contained in:
Mikayla 2023-08-15 12:12:30 -07:00
parent d05e8852d3
commit d13cedb248
No known key found for this signature in database
3 changed files with 52 additions and 6 deletions

View file

@ -237,10 +237,13 @@ pub struct CollabPanel {
pub subheader_row: Toggleable<Interactive<ContainedText>>,
pub leave_call: Interactive<ContainedText>,
pub contact_row: Toggleable<Interactive<ContainerStyle>>,
pub channel_row: Toggleable<Interactive<ContainerStyle>>,
pub channel_name: ContainedText,
pub row_height: f32,
pub project_row: Toggleable<Interactive<ProjectRow>>,
pub tree_branch: Toggleable<Interactive<TreeBranch>>,
pub contact_avatar: ImageStyle,
pub channel_avatar: ImageStyle,
pub extra_participant_label: ContainedText,
pub contact_status_free: ContainerStyle,
pub contact_status_busy: ContainerStyle,