Replies: 2 comments
-
@Ofer-Gal - could you please provide your scenario? |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is running code in /_layouts/workbench.aspx in chrome and edge set to be in Dark Mode. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to implement support to Dark mode but it does not seam to figure out that the browser (and Windows) is in dark mode.
The line :
this._isDarkTheme = !!currentTheme.isInverted;
the value currentTheme.isInverted is always false.Is there something else I did not do?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions