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
Fix broken styling in contact finder
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 {