add required class for normal state

This commit is contained in:
pat-s 2024-12-27 16:30:41 +01:00
parent 1e853949a1
commit f0ff416a91
No known key found for this signature in database
GPG key ID: 3C6318841EF78925

View file

@ -15,6 +15,7 @@
class="w-6 h-6"
:class="{
'text-wp-state-error-100': queueInfo.paused,
'text-wp-text-100': !queueInfo.paused,
}"
/>
</div>