From 4df6b75ba355397c918573e28cc73a592ee3a27a Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Tue, 2 May 2023 13:55:14 +0200 Subject: [PATCH] Merge pull request #2431 from zed-industries/fix-broken-contact-finder Fix broken styling in contact finder --- 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 b07d6d7e2b130eb76e6d5c033c0c540f76aacf27..8530867f1479dd653a90b974f2840307bd461ecf 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 {