Refactor settings to use stack to allow dark theme. Move theme to app reducer to allow persistence.
This commit is contained in:
@@ -98,7 +98,3 @@ export const validatePasswordResetFailure = (error) => ({
|
||||
type: UserActionTypes.VALIDATE_PASSWORD_RESET_FAILURE,
|
||||
payload: error,
|
||||
});
|
||||
export const setTheme = (theme) => ({
|
||||
type: UserActionTypes.SET_THEME,
|
||||
payload: theme,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user