summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--packages/tui/internal/components/chat/editor.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/tui/internal/components/chat/editor.go b/packages/tui/internal/components/chat/editor.go
index 3ae50d00d..72357941d 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 ")