How-to use a Theme in your Application
To use a theme in your application, you need to import the appropriate theme (either light or dark) as follows:
Then wrap your App or main component in the theme as follows:
Doing this will easily allow you to use the theme generated from Quest for your React App.
Last updated