Maneesh Kumar
Results
2
issues of
Maneesh Kumar
### Summary - Created `DarkModeToggle` in `components/theme/DarkModeToggle.tsx`. - Added and configured the `next-themes` package to manage theme switching (`light`/`dark`). - Used `lucide-react` icons (`Sun`, `Moon`) for a modern toggle button....
### Bug Description After enabling dark mode, some components still use light-mode specific classes like: - `text-black` - `bg-white` - `border-gray-100` These cause visual issues such as unreadable text or...