Merge branch 'master' into feature/readthemeenv

This commit is contained in:
Tiago vasconcelos
2021-07-01 12:05:40 +01:00
13 changed files with 169 additions and 125 deletions
-2
View File
@@ -316,8 +316,6 @@ window.windowMixin = {
methods: {
changeColor: function (newValue) {
document.body.setAttribute('data-theme', newValue)
//console.log(document.body.getAttribute('data-theme'))
//console.log(newValue)
this.$q.localStorage.set('lnbits.theme', newValue)
},
toggleDarkMode: function () {