add theme attribute to gancio-events webcomponent

This commit is contained in:
lesion
2022-01-13 21:52:20 +01:00
parent f6e83130e4
commit 3922d89032
2 changed files with 30 additions and 10 deletions

View File

@@ -32,7 +32,7 @@ module.exports = {
** Global CSS
*/
css: [
'vuetify/dist/vuetify.min.css',
'vuetify/dist/vuetify.min.css',
'@mdi/font/css/materialdesignicons.css',
'@/assets/style.less'
],