Style worktree rows in people panel
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
co-authored by
Nathan Sobo
parent
9352c4e076
commit
729896d32a
+6
-2
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user