mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 10:42:08 +00:00
Style collab notifications properly
This commit is contained in:
parent
21ceb14f65
commit
a601e96b6c
1 changed files with 2 additions and 1 deletions
|
@ -241,8 +241,9 @@ impl Member {
|
|||
.w_96()
|
||||
.bottom_3()
|
||||
.right_3()
|
||||
.elevation_2(cx)
|
||||
.p_1()
|
||||
.z_index(1)
|
||||
.bg(cx.theme().colors().element_background)
|
||||
.child(status_box)
|
||||
.when_some(
|
||||
leader_join_data,
|
||||
|
|
Loading…
Reference in a new issue