Skip to content

Commit 29a1862

Browse files
committed
rename element theme to light/dark to apply old prefs
1 parent 8d0f57d commit 29a1862

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)