I have an angular application which utilizes the SDK package/feature to create cases from the pega case type configured powered as mashup on the UI.
Is there a possibility to pass a custom themeID in the D_pxBootstrapConfig DPage call when the application loads. This custom theme has been configured in Pega with client’s UI design system.
Before going to the external angular application, i tried lot of options in the standard Constellation SDK angular project first to see if i can do something. But no luck until now.
@JayachandraSiddipeta What version of Inifnity/SDK are you using? In your use case is it Material UI you are using as the design system?
Today entire SDK theming is done on the SDK repository and we dont pick the theme configured in Constellation as thats in accordance with constellation design system. Anyone using an SDK - assumption would be they are using their enterprise design system and hence the theming accordingly should be done at the SDK component level.