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