dipak-kumawat / YouTube

Youtube clone using React, Node, MongoDB and Firebase. MERN stack app with Redux Toolkit, JWT Cookies and Firebase Storage.
https://silver-biscochitos-5032f4.netlify.app/
MIT License
10 stars 6 forks source link

fix(theme): correct theme toggle logic in App component #4

Closed ayushsharma08 closed 3 months ago

ayushsharma08 commented 3 months ago

Ensure that the ThemeProvider correctly toggles between darkTheme and lightTheme based on the darkMode state. This fixes the issue where the light theme was not being applied correctly.

Resolves: [#2 ]