#Is there a way to use dark mode colors when colorScheme is light?
3 messages · Page 1 of 1 (latest)
Look at component default props https://mantine.dev/theming/default-props/
3 messages · Page 1 of 1 (latest)
I have a component that the only thing I want is to use the colorScheme dark for the background-color property and leave the rest of the child components using light mode
Is there a way to do it? I know that we can use nested providers but if I choose that approach I will ended up with a lot of nested providers
Is there a way to use dark mode colors when colorScheme is light?
Look at component default props https://mantine.dev/theming/default-props/