fix: up highlight made legible for transparent bg, bring back mouse nav
This commit is contained in:
@@ -20,7 +20,8 @@ export const SelectableBox: ParentComponent<
|
||||
backgroundColor={
|
||||
props.selected()
|
||||
? theme.primary
|
||||
: themeContext.selected === "system"
|
||||
: themeContext.transparentBackground() ||
|
||||
themeContext.selected === "system"
|
||||
? "transparent"
|
||||
: themeContext.theme.surface
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user