From a601e96b6cf4e2612c7903d7ae4ff7b7c2d0faa0 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Wed, 17 Jan 2024 16:44:43 +0200 Subject: [PATCH] Style collab notifications properly --- crates/workspace/src/pane_group.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/workspace/src/pane_group.rs b/crates/workspace/src/pane_group.rs index b6e3b1a433..e631cd9c43 100644 --- a/crates/workspace/src/pane_group.rs +++ b/crates/workspace/src/pane_group.rs @@ -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,