I’ve been experimenting with dmc a bit. Probably not the best idea to mix dbc and dmc, but I figured I would give it a try. Since the dmc components are not inheriting the bootstrap theme, the labels are black as shown in the picture. I would like to either indicate that this is a dark theme app for these componenets and possible future ones with a line of code, or at least know how to change the color of the lables for text and password inputs Any pointers?
You can use MantineProvider to enable switching between normal and dark mode,
Just hook them both up to the same theme switcher.
Thank you! I’m actually just keeping it all in dark mode.
2 Likes