File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ module.exports = (env, argv) => {
40
40
"usercontent" : "./node_modules/matrix-react-sdk/src/usercontent/index.js" ,
41
41
42
42
// 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" ,
45
45
"theme-light" : "./node_modules/matrix-react-sdk/res/themes/light/css/light.scss" ,
46
46
"theme-dark" : "./node_modules/matrix-react-sdk/res/themes/dark/css/dark.scss" ,
47
47
"theme-light-custom" : "./node_modules/matrix-react-sdk/res/themes/light-custom/css/light-custom.scss" ,
You can’t perform that action at this time.
0 commit comments