Skip to content

Commit 5bce586

Browse files
committed
Merge branch 'element-rename-theme' into 'element'
Rename element theme See merge request new-vector/element/element-web/element-web!4
2 parents 8d0f57d + 29a1862 commit 5bce586

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webpack.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ module.exports = (env, argv) => {
4040
"usercontent": "./node_modules/matrix-react-sdk/src/usercontent/index.js",
4141

4242
// CSS themes
43-
"theme-element": "./node_modules/matrix-react-sdk/res/themes/element/css/element.scss",
44-
"theme-element-dark": "./node_modules/matrix-react-sdk/res/themes/element-dark/css/element-dark.scss",
43+
"theme-legacy": "./node_modules/matrix-react-sdk/res/themes/legacy-light/css/legacy-light.scss",
44+
"theme-legacy-dark": "./node_modules/matrix-react-sdk/res/themes/legacy-dark/css/legacy-dark.scss",
4545
"theme-light": "./node_modules/matrix-react-sdk/res/themes/light/css/light.scss",
4646
"theme-dark": "./node_modules/matrix-react-sdk/res/themes/dark/css/dark.scss",
4747
"theme-light-custom": "./node_modules/matrix-react-sdk/res/themes/light-custom/css/light-custom.scss",

0 commit comments

Comments
 (0)