fix: background color rendering issues

This commit is contained in:
adamdottv 2025-06-15 15:07:00 -05:00
parent 7effff56c0
commit 77a6b3bdd6
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
5 changed files with 38 additions and 50 deletions

View file

@ -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())