fix(tui): make migrated selected background transparent (#37967)
Co-authored-by: James Long <longster@gmail.com>
This commit is contained in:
parent
98c29075b4
commit
61b7caa0b5
2 changed files with 3 additions and 3 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue