Fix placeholder height

This commit is contained in:
Conrad Irwin 2024-01-20 11:12:51 -07:00
parent 23d991962a
commit 42c81354fa

View File

@ -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),
)