diff --git a/web/src/App.tsx b/web/src/App.tsx index 3a17946..6a48ce5 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -33,6 +33,7 @@ import { playPop } from "./lib/pop"; import { targetForAlbum } from "./lib/remote"; import type { Group, Results, SongHit } from "./lib/search"; import { categoryMatches, groupOf, results as computeResults } from "./lib/search"; +import { SHOW_AMBIENCE, SHOW_GLASS_BLUR } from "./lib/theme"; /** How long an armed "A" waits for the digit that completes the shortcut. */ const ASSIGN_PENDING_TIMEOUT_MS = 4000; @@ -377,8 +378,8 @@ export function App() { setUi((previous) => ({ ...previous, page: previous.page === "room" ? "music" : "room" })); return ( -