forked from AkkomaGang/akkoma-fe
Removed unnecessary debug stuff
This commit is contained in:
parent
715bfb3dca
commit
9237f0b918
1 changed files with 1 additions and 3 deletions
|
@ -66,10 +66,8 @@
|
|||
}
|
||||
},
|
||||
bodyStyle () {
|
||||
let color = this.$store.state.config.colors['base00']
|
||||
console.log(this.color)
|
||||
return {
|
||||
background: 'linear-gradient(to bottom, rgba(0, 0, 0, 0), ' + color + ' 80%)'
|
||||
background: 'linear-gradient(to bottom, rgba(0, 0, 0, 0), ' + this.$store.state.config.colors['base00'] + ' 80%)'
|
||||
}
|
||||
},
|
||||
isOtherUser () {
|
||||
|
|
Loading…
Reference in a new issue