Dark Mode #5153
michele-bettin
started this conversation in
General
Dark Mode
#5153
Replies: 1 comment 4 replies
-
With our current Blazorise theming system, we're mostly doing the color variants of the component, like primary, secondary, danger, etc. TO be able to support we would have to introduce some more Theme options for Background and TextColors. And they would have to be defined on Modal, Body, Input, and other options. YOu can open a new issue so we can start planning it for the future milestone. In the meantime, it's best to just implement custom CSS in places where darker backgrounds is needed. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Guys, I'm trying to implement the dark mode on my web app with blazorise and it is such a pain...
For example I'm trying to implement it in a Datagrid component with popup and certain part seems impossible to change the color...
For example the one highlighted
and the modal background and the input of the modal
Another point I would like to discuss is: for implementing dark mode is it a correct approach to create a dropdown on the top menu for light mode and dark mode and manually modify the theme color with two method like this:
Thanks in advance for anyone who replies to me <3. @David-Moreira @stsrki
Beta Was this translation helpful? Give feedback.
All reactions