I am using class components to develop my App. I need some help on, how can I use `toggleColorMode` at `App.js` level to change themes all over the application, with class components.
I am using class components to develop my App.
I need some help on, how can I use
toggleColorModeatApp.jslevel to change themes all over the application, with class components.