You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
- Updated ThemeProvider to use darkTheme when darkMode is true and lightTheme when darkMode is false.
- Verified theme objects in utils/Thame.js are properly structured.
- Checked for any conflicting global styles.
Resolves: [dipak-kumawat#2 ]"
Please review the main.jsx file to ensure the scroll effect is applied correctly. Additionally, ensure that the user can scroll smoothly and that the dark mode option is visible.
The text was updated successfully, but these errors were encountered: