mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-27 02:54:48 +00:00
fix(tui): visual issue with modal selected items in system theme
This commit is contained in:
@@ -181,7 +181,7 @@ func (s StringItem) Render(selected bool, width int) string {
|
||||
if selected {
|
||||
itemStyle = baseStyle.
|
||||
Background(t.Primary()).
|
||||
Foreground(t.Background()).
|
||||
Foreground(t.BackgroundElement()).
|
||||
Width(width).
|
||||
PaddingLeft(1)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user