summaryrefslogtreecommitdiffhomepage
path: root/packages/tui/internal/components/dialog
diff options
context:
space:
mode:
authoradamdottv <[email protected]>2025-06-15 15:07:00 -0500
committeradamdottv <[email protected]>2025-06-15 15:07:05 -0500
commit77a6b3bdd6f68fe6ae5a69611b100b413e57473c (patch)
tree2b3ce77f3973189d281880c25b03c909152b65bf /packages/tui/internal/components/dialog
parent7effff56c0305965ca9bea56c3165c5d02f5d2eb (diff)
downloadopencode-77a6b3bdd6f68fe6ae5a69611b100b413e57473c.tar.gz
opencode-77a6b3bdd6f68fe6ae5a69611b100b413e57473c.zip
fix: background color rendering issues
Diffstat (limited to 'packages/tui/internal/components/dialog')
-rw-r--r--packages/tui/internal/components/dialog/complete.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/tui/internal/components/dialog/complete.go b/packages/tui/internal/components/dialog/complete.go
index fbf5c79f1..74501f08a 100644
--- a/packages/tui/internal/components/dialog/complete.go
+++ b/packages/tui/internal/components/dialog/complete.go
@@ -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())