mirror of
https://github.com/sst/opencode.git
synced 2025-08-03 13:22:19 +00:00
fix: background color rendering issues
This commit is contained in:
parent
7effff56c0
commit
77a6b3bdd6
5 changed files with 38 additions and 50 deletions
|
@ -227,6 +227,7 @@ func (c *completionDialogComponent) View() string {
|
|||
BorderBottom(false).
|
||||
BorderRight(true).
|
||||
BorderLeft(true).
|
||||
BorderBackground(t.Background()).
|
||||
BorderForeground(t.BackgroundSubtle()).
|
||||
Width(c.width).
|
||||
Render(c.list.View())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue