diff --git a/crates/collab_ui/src/chat_panel.rs b/crates/collab_ui/src/chat_panel.rs index 2bb16637ad..ceace9d3ad 100644 --- a/crates/collab_ui/src/chat_panel.rs +++ b/crates/collab_ui/src/chat_panel.rs @@ -595,7 +595,7 @@ impl Render for ChatPanel { el.child( div() .rounded_md() - .h_7() + .h_6() .w_full() .bg(cx.theme().colors().editor_background), )