-
|
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
Themeand passing it on to something that expects aPartialThemeshould not create any problems. Nothing exists inPartialThemethat is required and doesn't exist also in theThemedefinition.