Hello,
I’ve added a parameter to my Text component like this:
“textColor” : {
“label” : “Text”,
“type” : “color-pair”,
“initial” : {
“base” : “#999999”,
“alt” : “#ffffff”
}
And it outputs the color picker. How do I map the color picker output to the text color inside the element?