UPD: Key label

This commit is contained in:
Robert Kossessa
2024-02-04 02:06:23 +01:00
parent 4f05a3782d
commit 0ff6c41804

View File

@@ -9,7 +9,7 @@
@click="$emit('select', key)"> @click="$emit('select', key)">
<span <span
class="font-heading text-2xl transition-colors" class="font-heading text-2xl transition-colors"
:class="{'opacity-30 text-black': key!==selected}">{{ key }} :class="{'opacity-25 text-white': key!==selected}">{{ key }}
</span> </span>
</button> </button>
</div> </div>