Trying to override the default launcher color and position in the Genesys Cloud Web Messaging SDK config. The JSON payload looks right, but the UI stays stubbornly default blue.
Here’s the snippet I’m passing to the init method:
{
“theme”: {
“launcher”: {
“color”: “#FF0000”,
“position”: “top-left”
}
}
}
Nothing changes on the page.