diff --git a/crates/collab_ui/src/chat_panel.rs b/crates/collab_ui/src/chat_panel.rs index 2bb16637adf32a8e3d48998ec6df4545dc8a6008..ceace9d3adc98ce8cf41c6b9fc64e0198e30de9d 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), )