Base dark theme implementation
This commit is contained in:
@@ -31,3 +31,8 @@ export const selectSigningIn = createSelector(
|
||||
[selectUser],
|
||||
(user) => user.signingIn
|
||||
);
|
||||
|
||||
export const selectTheme = createSelector(
|
||||
[selectUser],
|
||||
(user) => user.theme
|
||||
);
|
||||
Reference in New Issue
Block a user