Hi Colin, do you have an idea how i can change the background color of the whole text node with the msg.payload ?
I can set the label, size, color and background color of the icon :
<template>
<div><h1>Status Program</ h1>
<span :class="`mdi ${msg?.payload}`" style="font-size:100px; color:black; background-color:powderblue;"></span></div>
</template>