Merge branch 'element-rename-theme' into 'element'

Rename element theme

See merge request new-vector/element/element-web/element-web!4
jryans/device-name
Bruno Windels 2020-07-14 16:46:49 +00:00
commit 5bce586b04
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ module.exports = (env, argv) => {
"usercontent": "./node_modules/matrix-react-sdk/src/usercontent/index.js",
// CSS themes
"theme-element": "./node_modules/matrix-react-sdk/res/themes/element/css/element.scss",
"theme-element-dark": "./node_modules/matrix-react-sdk/res/themes/element-dark/css/element-dark.scss",
"theme-legacy": "./node_modules/matrix-react-sdk/res/themes/legacy-light/css/legacy-light.scss",
"theme-legacy-dark": "./node_modules/matrix-react-sdk/res/themes/legacy-dark/css/legacy-dark.scss",
"theme-light": "./node_modules/matrix-react-sdk/res/themes/light/css/light.scss",
"theme-dark": "./node_modules/matrix-react-sdk/res/themes/dark/css/dark.scss",
"theme-light-custom": "./node_modules/matrix-react-sdk/res/themes/light-custom/css/light-custom.scss",