If 'Emphasis' is incorrect from the BE then the fallback logic fails and footer button appear invisible.DescriptionIf 'Emphasis' is incorrect from the BE then the fallback logic fails and footer button appear invisible.Steps to Reproduce We need an instance with 'Button Emphasis' incorrect. This happens for some Paris instances with language other than english.Alternatively; in the code, comment the following in SGParser+Models.swift to simulate a faulty configuration:if let styleName = buttonDict["Emphasis"] as? String, let buttonStyle = SGTemplate.Button.Style(rawValue: styleName.lowercased()) {button.style = buttonStyle}Actual result:Footer buttons are invisible.Expected result:Footer buttons should default to the primary color for background.WorkaroundThis problem is currently under review. You can contact ServiceNow Technical Support or subscribe to this Known Error article by clicking the Subscribe button at the top right of this form to be notified when more information will become available.Related Problem: PRB1518968