-
Notifications
You must be signed in to change notification settings - Fork 189
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
Currently, the website does not display a Dark Mode toggle button on the main interface . Users cannot switch between light and dark themes, which makes it difficult for those who prefer light mode for accessibility or visual comfort.
Describe the solution you'd like
Add a Dark Mode toggle button that is clearly visible to users. This button could be placed as a persistent icon/button in the main navbar for quick access.
Additional context
Currently, even if the code contains a dark mode toggle (like in ProfileDropdown.tsx), it is not visible on the main website for most users. A visible, accessible toggle would improve user experience.