zed/crates/collab_ui
Marshall Bowers e278410fbc
Make FacePile a component again (#4143)
This PR turns `FacePile` back into a component.

Our usage of it seemed a little weird, with us calling `render`
manually.

We're now implementing `Styled` on `FacePile` through its inner `Div` so
that we can apply the `p_1` at the call site.

Release Notes:

- N/A
2024-01-18 20:49:51 -05:00
..
src Make FacePile a component again (#4143) 2024-01-18 20:49:51 -05:00
Cargo.toml