Hi, I noticed that the background colour of the widget changes depending on wether you use darkmode in the browser. Is there a way to choose colours for darkmode. Or force white as a background colour?
@Patrix we have updated embed code you can use to ensure the color isn’t dependent on the mobile device settings:
Add this to your code on your site:
data-displaymode=“light”
Thanks for your quick reply!