Fix buggy loading opacity

This commit is contained in:
mikiher 2025-03-20 12:32:13 +02:00
parent 6ea2ef0845
commit 64b2c34031

View File

@ -43,7 +43,7 @@ export default {
computed: { computed: {
classList() { classList() {
var list = [] var list = []
list.push(this.loading ? 'text-white/100' : 'text-white') list.push(this.loading ? 'text-white/0' : 'text-white')
list.push(`${this.color}`) list.push(`${this.color}`)
if (this.small) { if (this.small) {
list.push('text-sm') list.push('text-sm')