Description
The navbar currently displays two theme toggle icons, and switching from dark mode to light mode does not work as expected.
Current Behavior
- Two theme toggle buttons are visible in the navbar.
- Clicking the theme toggle does not properly switch the application to light mode.
- The interface remains in dark mode.
Expected Behavior
- Only one theme toggle button should be visible.
- Theme switching should correctly apply both dark and light themes across the application.
Steps to Reproduce
- Open the application.
- Observe the navbar.
- Notice that two theme toggle icons are displayed.
- Click the theme toggle button.
- The UI does not switch correctly to light mode.
Possible Cause
- Theme toggle component may be rendered twice.
- Theme state may not be correctly applied to the root element.
- Some components may be using dark-only styles instead of theme-aware classes.
Screenshot
I would like to work on this issue under GSSoC'26. Please assign it to me.
Description
The navbar currently displays two theme toggle icons, and switching from dark mode to light mode does not work as expected.
Current Behavior
Expected Behavior
Steps to Reproduce
Possible Cause
Screenshot
I would like to work on this issue under GSSoC'26. Please assign it to me.