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 {
Antonio Scandurra created
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(+)
@@ -23,6 +23,7 @@ pub fn build_contact_finder(
},
cx,
)
+ .with_theme(|theme| theme.contact_finder.picker.clone())
}
pub struct ContactFinderDelegate {