add header and background design

This commit is contained in:
Jorrin
2024-04-01 21:59:03 +02:00
parent 9ace6afc9e
commit 908da0bd24
14 changed files with 1003 additions and 963 deletions

View File

@@ -21,7 +21,9 @@ export const useThemeStore = create(
updateTheme(newTheme);
set((state) => {
state.theme = newTheme;
void setAlternateAppIcon(newTheme);
setAlternateAppIcon(newTheme).catch(() => {
console.log("Failed to set alternate app icon");
});
});
},
};