mirror of
https://github.com/sst/opencode.git
synced 2025-07-07 16:14:59 +00:00
fix(tui): chat editor aesthetics
This commit is contained in:
parent
17c8b914df
commit
f777347bac
1 changed files with 5 additions and 0 deletions
|
@ -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 ")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue