React Series #06: How to change the default dark theme in next.js project
When you create a new project in next.js it will fire up a default page which will have a dark theme as default. Make these changes to make the light background. open app/global.css To You can adjust the background color… Read More »React Series #06: How to change the default dark theme in next.js project