Set sunrise as the starting theme setting

This commit is contained in:
Bojan Mojsilovic 2024-04-05 00:51:11 +02:00
parent 2e87f52c87
commit 1a0c3cff04

View File

@ -55,7 +55,7 @@ export const emptyStorage: LocalStore = {
likes: [], likes: [],
feeds: [], feeds: [],
msgContacts: { profiles: { other: {}, follows: {}, any: {} }, counts: {} }, msgContacts: { profiles: { other: {}, follows: {}, any: {} }, counts: {} },
theme: 'sunset', theme: 'sunrise',
homeSidebarSelection: undefined, homeSidebarSelection: undefined,
userProfile: undefined, userProfile: undefined,
recomended: { profiles: [], stats: {} }, recomended: { profiles: [], stats: {} },