Skip to content

Commit 5ead655

Browse files
committed
add new theme to build
1 parent 0c187b4 commit 5ead655

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ module.exports = {
1818
// CSS themes
1919
"theme-light": "./node_modules/matrix-react-sdk/res/themes/light/css/light.scss",
2020
"theme-dark": "./node_modules/matrix-react-sdk/res/themes/dark/css/dark.scss",
21+
"theme-light-custom": "./node_modules/matrix-react-sdk/res/themes/light-custom/css/light-custom.scss",
2122
},
2223
module: {
2324
rules: [

0 commit comments

Comments
 (0)