Hello everyone,
In our application we have a few custom components. Those custom components are integrated well. But there is one point where the integration of these components doesn't work as well: on the topic of the themes (dark mode and light mode). We now have to manually toggle the components to match the theme of the software, which is weird, why would the user need to toggle a component from light to dark mode or from dark to light mode when the software should do that automatically?
Is there a way to know in what mode the software is? It would help to automatically switch the theme to the theme the application is already on, otherwise the overly bright component is highly distracting.
So in short: is there a way to know whether the software is in dark or light mode, so we can change the components accordingly?