Merge pull request #825 from vector-im/fix-sdk-fail-1

Fix sdk build failing after derived theme implementation
This commit is contained in:
R Midhun Suresh 2022-08-01 16:17:09 +05:30 committed by GitHub
commit 67e94bd642
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ export default mergeOptions(commonOptions, {
plugins: [
themeBuilder({
themeConfig: {
themes: { element: "./src/platform/web/ui/css/themes/element" },
themes: ["./src/platform/web/ui/css/themes/element"],
default: "element",
},
compiledVariables,