mirror of
https://github.com/element-hq/element-web
synced 2024-11-21 16:55:34 +03:00
Rename dharma theme to light theme
This commit is contained in:
parent
7b9de1dbf2
commit
0cb35ad216
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
"feature_pinning": "labs"
|
||||
},
|
||||
"default_federate": true,
|
||||
"default_theme": "dharma",
|
||||
"default_theme": "light",
|
||||
"roomDirectory": {
|
||||
"servers": [
|
||||
"matrix.org"
|
||||
|
|
|
@ -16,7 +16,7 @@ module.exports = {
|
|||
"mobileguide": "./src/vector/mobile_guide/index.js",
|
||||
|
||||
// CSS themes
|
||||
"theme-dharma": "./node_modules/matrix-react-sdk/res/themes/dharma/css/dharma.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",
|
||||
},
|
||||
module: {
|
||||
|
|
Loading…
Reference in a new issue