1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-19 05:22:13 +03:00

Merge pull request #1617 from turt2live/travis/granular-theme

Pull the theme through the default process
This commit is contained in:
David Baker
2017-11-27 18:07:09 +00:00
committed by GitHub

View File

@@ -891,7 +891,7 @@ module.exports = React.createClass({
*/
_onSetTheme: function(theme) {
if (!theme) {
theme = SettingsStore.getValueAt(SettingLevel.DEFAULT, "theme");
theme = SettingsStore.getValue("theme");
}
// look for the stylesheet elements.