diff --git a/crates/collab_ui/src/notification_panel.rs b/crates/collab_ui/src/notification_panel.rs index b30f8d15f035b5bc49e08449d20efd21b0e5b8c9..6f4ee1baaec8e2b93cdd47373a96f79ebd931be7 100644 --- a/crates/collab_ui/src/notification_panel.rs +++ b/crates/collab_ui/src/notification_panel.rs @@ -713,6 +713,9 @@ impl Render for NotificationToast { h_flex() .id("notification_panel_toast") + .elevation_3(cx) + .p_2() + .gap_2() .children(user.map(|user| Avatar::new(user.avatar_uri.clone()))) .child(Label::new(self.text.clone())) .child(