fix(tui): make migrated selected background transparent (#37967)

Co-authored-by: James Long <longster@gmail.com>
This commit is contained in:
opencode-agent[bot] 2026-07-20 13:41:18 -04:00 committed by GitHub
commit 61b7caa0b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -98,7 +98,7 @@ function migrateMode(theme: Theme, mode: Mode): FileThemeDefinition {
overlay: backgroundMenu,
},
action: {
primary: { default: "transparent", $hovered: backgroundPanel, $focused: primary, $selected: primary },
primary: { default: "transparent", $hovered: backgroundPanel, $focused: primary, $selected: "transparent" },
destructive: { default: color("error") },
},
formfield: {