Searched refs:spanText (Results 1 – 1 of 1) sorted by relevance
757 const spanText: HTMLElement = document.createElement('span'); constant758 spanText.innerText = label.text;759 spanText.className = 'mat-body-1';760 spanText.style.backgroundColor = 'var(--background-color)';773 div.appendChild(spanText);