Style worktree rows in people panel

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
Max Brunsfeld
2021-09-21 13:35:00 -07:00
co-authored by Nathan Sobo
parent 9352c4e076
commit 729896d32a
3 changed files with 100 additions and 43 deletions
+6 -2
View File
@@ -111,9 +111,13 @@ pub struct PeoplePanel {
pub container: ContainerStyle,
pub host_avatar: ImageStyle,
pub host_username: ContainedText,
pub worktree: ContainedText,
pub hovered_worktree: ContainedText,
pub own_worktree: ContainedText,
pub joined_worktree: ContainedText,
pub shared_worktree: ContainedText,
pub hovered_shared_worktree: ContainedText,
pub unshared_worktree: ContainedText,
pub guest_avatar: ImageStyle,
pub guest_avatar_spacing: f32,
pub tree_branch: TreeBranch,
}