made flamingo darker

This commit is contained in:
Ben Arc
2021-06-30 17:34:22 +01:00
parent ff4956bdfb
commit 27a0b64b03
2 changed files with 2 additions and 4 deletions
-2
View File
@@ -315,8 +315,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 () {