Style collab notifications properly

This commit is contained in:
Kirill Bulatov 2024-01-17 16:44:43 +02:00
parent 21ceb14f65
commit a601e96b6c

View file

@ -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,