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.
This commit is contained in:
Antonio Scandurra 2023-05-02 13:46:49 +02:00
parent e8f2d985ff
commit 94f1775533

View file

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