Navigation :
StyleCode Property: iconColor
iconColor
Specifies the color for the “labelIcon”.
If unspecified, will use the tileColor value.
Examples
// Example: assert
myAssertion = false
{ iconColor: tomato }
show assert "My Assert" a1b1 with
myAssertion
// Example: label
{ iconColor: tomato }
show label "My Label" a1b1
// Example: menu > entry
show menu "" a1b3 with
"Section" { iconColor: tomato }