Improve project search design details (#22529)

Closes https://github.com/zed-industries/zed/issues/22469 — and, aside
from fixing that issue also took the opportunity to make the
`file_search` icon dimensions feel better in comparison the other icons
in the Project Search area.

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2024-12-31 21:09:36 -03:00 committed by GitHub
parent 51ac2d3667
commit 30668589ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 1 deletions

View file

@ -1905,6 +1905,7 @@ impl Render for ProjectSearchBar {
}
v_flex()
.py(px(1.0))
.key_context(key_context)
.on_action(cx.listener(|this, _: &ToggleFocus, cx| this.move_focus_to_results(cx)))
.on_action(cx.listener(|this, _: &ToggleFilters, cx| {