Use element theme by default

This commit is contained in:
Nad Chishtie 2020-07-14 13:56:24 +01:00
parent 4f466300b7
commit 5b3c3f53fe
3 changed files with 5 additions and 5 deletions

View file

@ -17,7 +17,7 @@ limitations under the License.
import {_t} from "./languageHandler";
export const DEFAULT_THEME = "light";
export const DEFAULT_THEME = "element";
import Tinter from "./Tinter";
import SettingsStore from "./settings/SettingsStore";
import ThemeWatcher from "./settings/watchers/ThemeWatcher";