diff --git a/packages/tui/internal/components/chat/editor.go b/packages/tui/internal/components/chat/editor.go index 3ae50d00..72357941 100644 --- a/packages/tui/internal/components/chat/editor.go +++ b/packages/tui/internal/components/chat/editor.go @@ -124,6 +124,11 @@ func (m *editorComponent) Content() string { Width(m.width). PaddingTop(1). PaddingBottom(1). + BorderStyle(lipgloss.ThickBorder()). + BorderForeground(t.Border()). + BorderBackground(t.Background()). + BorderLeft(true). + BorderRight(true). Render(textarea) hint := base(m.getSubmitKeyText()) + muted(" send ")