Question
I am facing problem in providing color to text in label widget using css code .
I am facing problem in providing color to text in label widget using CSS code .i WILL PROVIDE THE CODE BELOW :
.simple-label {
width: auto;
height: auto;
display: flex;
color: red;
font-weight: 400;
line-height: 14px;
}

