Is there a way to apply different colors for Cards and Papers in the Material UI Theme that are compatible with both light and dark modes?
In my app, I have a list of Cards placed on top of a Paper background. Currently, the default color for both the Paper and Card is the same, but I would prefer slightly different colors to make the distinction between them more noticeable.
What would be the most effective method to configure the Theme to achieve this desired effect?
Thank you for your help!