diff --git a/src/components/structures/MatrixChat.js b/src/components/structures/MatrixChat.js index 83c7fe01bb..23bdee4a03 100644 --- a/src/components/structures/MatrixChat.js +++ b/src/components/structures/MatrixChat.js @@ -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.