-
Our ACS Web library encountered an issue where the dark theme was not working as expected due to the absence of the isInverted property. To resolve this, we used the createTheme API to generate a full theme, ensuring the isInverted property was correctly set. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Creating a full |
Beta Was this translation helpful? Give feedback.
Creating a full
Theme
and passing it on to something that expects aPartialTheme
should not create any problems. Nothing exists inPartialTheme
that is required and doesn't exist also in theTheme
definition.