mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
chore: tui style tweaks
This commit is contained in:
parent
73dcc88da1
commit
8c32cfe829
2 changed files with 2 additions and 2 deletions
|
|
@ -115,7 +115,7 @@ func (m *editorComponent) View() string {
|
|||
PaddingBottom(1).
|
||||
Background(t.BackgroundElement()).
|
||||
Border(lipgloss.ThickBorder(), false, true).
|
||||
BorderForeground(t.BackgroundSubtle()).
|
||||
BorderForeground(t.BackgroundElement()).
|
||||
BorderBackground(t.Background()).
|
||||
Render(textarea)
|
||||
|
||||
|
|
|
|||
|
|
@ -266,7 +266,7 @@ func (m *messagesComponent) header() string {
|
|||
BorderLeft(true).
|
||||
BorderRight(true).
|
||||
BorderBackground(t.Background()).
|
||||
BorderForeground(t.BackgroundSubtle()).
|
||||
BorderForeground(t.BackgroundElement()).
|
||||
BorderStyle(lipgloss.ThickBorder()).
|
||||
Render(header)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue