1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

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";