fix(tui): find dialog bg color
This commit is contained in:
@@ -54,7 +54,9 @@ func (cg *filesContextGroup) getGitFiles() []dialog.CompletionItemI {
|
||||
Value: file.Path,
|
||||
ProviderID: cg.GetId(),
|
||||
Raw: file,
|
||||
})
|
||||
},
|
||||
dialog.WithBackgroundColor(t.BackgroundPanel()),
|
||||
)
|
||||
items = append(items, item)
|
||||
}
|
||||
}
|
||||
@@ -100,7 +102,9 @@ func (cg *filesContextGroup) GetChildEntries(
|
||||
Value: file,
|
||||
ProviderID: cg.GetId(),
|
||||
Raw: file,
|
||||
})
|
||||
},
|
||||
dialog.WithBackgroundColor(theme.CurrentTheme().BackgroundPanel()),
|
||||
)
|
||||
items = append(items, item)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user