Refactor settings to use stack to allow dark theme. Move theme to app reducer to allow persistence.
This commit is contained in:
@@ -32,7 +32,3 @@ export const selectSigningIn = createSelector(
|
||||
(user) => user.signingIn
|
||||
);
|
||||
|
||||
export const selectTheme = createSelector(
|
||||
[selectUser],
|
||||
(user) => user.theme
|
||||
);
|
||||
Reference in New Issue
Block a user