fix(tui): chat editor aesthetics

pull/439/head^2
adamdottv 2025-06-26 12:44:44 -05:00 committed by Jay V
parent ac39308dad
commit 16ee8ee379
1 changed files with 5 additions and 0 deletions

View File

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