fix/make=editor-night-mode-by-default (#36667)
This commit is contained in:
@ -20,7 +20,7 @@ const propTypes = {
|
||||
|
||||
const mapStateToProps = createSelector(
|
||||
userSelector,
|
||||
({ theme = 'default' }) => ({ theme })
|
||||
({ theme = 'night' }) => ({ theme })
|
||||
);
|
||||
|
||||
const mapDispatchToProps = dispatch =>
|
||||
|
Reference in New Issue
Block a user