fix: default to light mode (#37100)

This commit is contained in:
Ahmad Abdolsaheb
2019-10-07 23:05:31 +03:00
committed by mrugesh
parent ce24845fa1
commit 1cfd52209a
3 changed files with 20 additions and 39 deletions

View File

@@ -133,7 +133,7 @@ class DefaultLayout extends Component {
isSignedIn,
removeFlashMessage,
showFooter = true,
theme
theme = 'default'
} = this.props;
return (
<Fragment>