i have a button with icon but i cant find a way to change the icons color and it remains white always
i have tried the followings but it doesnt work
.unity-button--with-icon > .unity-button__image {
-unity-image-tint-color: rgb(255,0,0);
-unity-background-image-tint-color: rgb(255,0,0);
}
.unity-button > .unity-button__image {
-unity-image-tint-color: rgb(255,0,0);
-unity-background-image-tint-color: rgb(255,0,0);
}
.unity-button__image {
-unity-image-tint-color: rgb(255,0,0);
-unity-background-image-tint-color: rgb(255,0,0);
}