Adding colour to a Javascript variable text in JS code in workflow
Hi All,
I have a variable say "xyz" in javascript code in workflow and want to output colour to the variable text that starts with a bullet point. <style> tag soes not work in JS, How can I include colour to only the bullet point. example code is given below:
var xyz= "<style="font-size: 14px; color:#762A91;">•</style> Output text <br><br>";
Thank you,
Rutuja Kelkar