Issue using Siemens AG theme in Angular

I’m using the siemens AG theme in styles.css as follows.

@import@siemens/ix/dist/siemens-ix/siemens-ix.css’
@import@siemens/ix-brand-theme/dist/ix-brand-theme/ix-brand-theme.css’

On loading it shows the siemens brand dark theme but when i click on toggle theme it switches between classic light and dark.

How to resolve this?

This is resolved. Had to set the theme in index.html as

<body class="theme-brand-dark">
  <app-root></app-root>
</body>

More Info : issue#935

1 Like