refactor(nds): normalize local storage keys

This commit is contained in:
2026-02-25 23:10:19 +01:00
parent fae1cdce26
commit 3c791d6185
4 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ export const APP_COLORS = [
["#000092", "#8a00d3", "#d300eb", "#fb0092"],
];
const STORAGE_ID = "app_settings";
const STORAGE_ID = "nds-settings";
const settingsSchema = z.object({
color: z.object({