[feature] Add theme selector to app settings

This commit is contained in:
tobi
2024-12-21 15:26:14 +01:00
parent e83af75245
commit ba53e0335c
4 changed files with 62 additions and 8 deletions
@@ -62,6 +62,7 @@ const initialState = ImmutableMap({
media: true,
visibility: true,
}),
theme: 'mastodon-light',
});
const hydrate = (state, localSettings) => state.mergeDeep(localSettings);