concept of default theme
This commit is contained in:
parent
a85a011db9
commit
37fd19290f
2 changed files with 7 additions and 2 deletions
|
@ -888,7 +888,7 @@ module.exports = React.createClass({
|
|||
*/
|
||||
_onSetTheme: function(theme) {
|
||||
if (!theme) {
|
||||
theme = 'light';
|
||||
theme = this.props.config.default_theme || 'light';
|
||||
}
|
||||
|
||||
// look for the stylesheet elements.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue