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
I recently discovered that the latest Bootstrap has the feature of activating dark mode in all components automatically.
I looked in the Blazorise documentation and didn't see anything similar (only if you manually define colors for all components separately).
There could be something similar in the ThemeProvider or something else. I don't know if other themes (besides Bootstrap) offer this.
The text was updated successfully, but these errors were encountered:
It's a feature specific to Bootstrap. Or that is, the way it is applied to the HTML tag element. So it wouldn't make sense to abstract it for other CSS frameworks, as they work differently for dark mode.
I researched the others. All of them, with one exception, have native support for dark mode.
But all of them can be activated with javascript and/or some css. I don't see how difficult it would be to make this happen.
<html lang="en" data-bs-theme="dark">
I recently discovered that the latest Bootstrap has the feature of activating dark mode in all components automatically.
I looked in the Blazorise documentation and didn't see anything similar (only if you manually define colors for all components separately).
There could be something similar in the ThemeProvider or something else. I don't know if other themes (besides Bootstrap) offer this.
The text was updated successfully, but these errors were encountered: