fix/make=editor-night-mode-by-default (#36667)

This commit is contained in:
Tom
2019-08-23 07:39:22 -05:00
committed by Ahmad Abdolsaheb
parent a4c1f68717
commit d901d34b69

View File

@ -20,7 +20,7 @@ const propTypes = {
const mapStateToProps = createSelector(
userSelector,
({ theme = 'default' }) => ({ theme })
({ theme = 'night' }) => ({ theme })
);
const mapDispatchToProps = dispatch =>