remove old icon picker

This commit is contained in:
Jon Staab
2025-11-11 17:49:22 -08:00
parent 2390599e8f
commit c05d7e99e2
10 changed files with 435 additions and 1643 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
import {preferencesStorageProvider} from "@src/lib/storage"
import {kv} from "@app/core/storage"
import {synced} from "@welshman/store"
export const theme = synced({
key: "theme",
defaultValue: window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light",
storage: preferencesStorageProvider,
storage: kv,
})