From 94f17755333412fd24d89bf798cc707d7164b33e Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Tue, 2 May 2023 13:46:49 +0200 Subject: [PATCH] Fix broken styling in contact finder This regressed as part of #2372, where we forgot to theme the contact finder picker differently from the rest of the app. --- crates/collab_ui/src/contact_finder.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/collab_ui/src/contact_finder.rs b/crates/collab_ui/src/contact_finder.rs index b07d6d7e2b..8530867f14 100644 --- a/crates/collab_ui/src/contact_finder.rs +++ b/crates/collab_ui/src/contact_finder.rs @@ -23,6 +23,7 @@ pub fn build_contact_finder( }, cx, ) + .with_theme(|theme| theme.contact_finder.picker.clone()) } pub struct ContactFinderDelegate {