fix(tui): chat editor aesthetics

This commit is contained in:
adamdottv 2025-06-26 12:44:44 -05:00
parent 17c8b914df
commit f777347bac
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75

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