Skip to product menu
Skip to main content

Theme Color

The themeColor property allows you to change the default SDK theme color to a shade of blue. Any modifications to the themeColor property will be applied across all screens in the Mobilisten UI.

Example

Copied// Create a new theme instance using SIQTheme
const customTheme = new SIQTheme();

// Customize properties in the customTheme instance as desired
customTheme.themeColor = "#0000FF"

// Set the customized theme using ZohoSalesIQ.setThemeForiOS API
ZohoSalesIQ.setThemeForiOS(customTheme);