mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
chore: add prettierignore
This commit is contained in:
@@ -22,12 +22,11 @@ export const useThemeStore = create(
|
||||
return {
|
||||
theme: "main",
|
||||
setTheme: (newTheme) => {
|
||||
setAppIcon(newTheme);
|
||||
|
||||
saveTheme(newTheme)
|
||||
.then(() => {
|
||||
set((s) => {
|
||||
s.theme = newTheme;
|
||||
setAppIcon(newTheme);
|
||||
});
|
||||
})
|
||||
.catch((error) => {
|
||||
|
Reference in New Issue
Block a user