You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment I change the theme after the Webviewer instance is running.
I wonder if it is possible to define the theme in the Webviewer constructor, so that no theme "change" is visible, but immediealty starts in the right theme (e.g. dark instead of light theme)
The text was updated successfully, but these errors were encountered:
We currently don't have a constructor option to instantiate WebViewer in darkmode - if you are forking this UI then you can just change the initial value of activeTheme in the redux store.
I will add this as a feature request in our backlog.
At the moment I change the theme after the Webviewer instance is running.
I wonder if it is possible to define the theme in the Webviewer constructor, so that no theme "change" is visible, but immediealty starts in the right theme (e.g. dark instead of light theme)
The text was updated successfully, but these errors were encountered: