fix: up highlight made legible for transparent bg, bring back mouse nav
This commit is contained in:
@@ -50,6 +50,7 @@ export function App() {
|
||||
});
|
||||
|
||||
const backgroundColor = () =>
|
||||
themeContext.transparentBackground() ||
|
||||
themeContext.selected === "system"
|
||||
? "transparent"
|
||||
: themeContext.theme.surface;
|
||||
|
||||
Reference in New Issue
Block a user