Client theme not getting applied to the NOW mobile appIssue The color codes mentioned in the client theme are not getting applied to the NOW mobile app.CauseInvalid color codes in the theme records. There is an extra character ( dot) in the theme record color codes. We can see this by copying the Pallete JSON and putting it in any JSON editor.For example, below is the color code in the XML of the theme record.{"Brand":"#ED1C24","Secondary":"#ed1c24","Primary":"#ed1c24","Destructive":"#043776"}Putting this JSON in any JSON editor with show the output as below screenshot.ResolutionIn general, the extra ASCII characters appear when copying the color code to the theme record. To make sure that the color code is correct, create a new theme record by manually entering the color code instead of copy-pasting. Then use this newly created theme for the NOW mobile app.Related LinksCreate a theme for your mobile applications