Revert "Merge branch 'nadonomy/use-element-theme' into 'element'"

This reverts merge request !9
This commit is contained in:
Bruno Windels 2020-07-14 16:23:06 +00:00
parent ea511faafe
commit f47268ce74
4 changed files with 8 additions and 8 deletions

View file

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