Merge pull request #2431 from zed-industries/fix-broken-contact-finder

Fix broken styling in contact finder
This commit is contained in:
Antonio Scandurra 2023-05-02 13:55:14 +02:00 committed by GitHub
commit 9108e4151e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,7 @@ pub fn build_contact_finder(
},
cx,
)
.with_theme(|theme| theme.contact_finder.picker.clone())
}
pub struct ContactFinderDelegate {