[web] Fix color of current item in queue

This commit is contained in:
Alain Nussbaumer 2025-03-18 20:55:52 +01:00
parent b11865289a
commit ed266e3b30

View File

@ -34,7 +34,7 @@
:class="{ :class="{
'has-text-primary': isCurrent, 'has-text-primary': isCurrent,
'has-text-grey-light': !isNext, 'has-text-grey-light': !isNext,
'has-text-grey': isNext && isCurrent 'has-text-grey': isNext && !isCurrent
}" }"
v-text="item.album" v-text="item.album"
/> />