mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 02:37:21 +00:00
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:
parent
e8f2d985ff
commit
94f1775533
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ pub fn build_contact_finder(
|
||||||
},
|
},
|
||||||
cx,
|
cx,
|
||||||
)
|
)
|
||||||
|
.with_theme(|theme| theme.contact_finder.picker.clone())
|
||||||
}
|
}
|
||||||
|
|
||||||
pub struct ContactFinderDelegate {
|
pub struct ContactFinderDelegate {
|
||||||
|
|
Loading…
Reference in a new issue