Solutionunvalidated
The only thing that comes into my mind is a higher order component. — Once you want to have the ability to switch colors dynamically based on the dark or light mode value in your store. Tension: But this has to be done on each and every component / screen again. Outcome: Something like `withStyles()` that you can wrap around your component.
95a5121f-e7b0-434c-a27c-6506bfd22f06
The only thing that comes into my mind is a higher order component. — Once you want to have the ability to switch colors dynamically based on the dark or light mode value in your store. Tension: But this has to be done on each and every component / screen again. Outcome: Something like withStyles() that you can wrap around your component.