mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-21 09:44:21 +01:00
fix(tui): chat editor aesthetics
This commit is contained in:
@@ -124,6 +124,11 @@ func (m *editorComponent) Content() string {
|
|||||||
Width(m.width).
|
Width(m.width).
|
||||||
PaddingTop(1).
|
PaddingTop(1).
|
||||||
PaddingBottom(1).
|
PaddingBottom(1).
|
||||||
|
BorderStyle(lipgloss.ThickBorder()).
|
||||||
|
BorderForeground(t.Border()).
|
||||||
|
BorderBackground(t.Background()).
|
||||||
|
BorderLeft(true).
|
||||||
|
BorderRight(true).
|
||||||
Render(textarea)
|
Render(textarea)
|
||||||
|
|
||||||
hint := base(m.getSubmitKeyText()) + muted(" send ")
|
hint := base(m.getSubmitKeyText()) + muted(" send ")
|
||||||
|
|||||||
Reference in New Issue
Block a user