Bug Description
The Dark Mode toggle button (moon icon) in the navbar is not changing the website theme when clicked.
Current Behavior
- Clicking the moon icon does not switch between light and dark themes.
- The button is visible and clickable, but no theme change occurs.
Expected Behavior
- Clicking the moon icon should toggle the application theme between light and dark mode.
- The selected theme should be applied across the application.
Steps to Reproduce
- Open the homepage.
- Locate the moon icon in the navbar.
- Click the icon.
- Observe that the theme does not change.
Possible Cause
- Theme toggle handler may not be firing.
ThemeProvider may not be configured correctly.
- Theme state may not be updating or persisting.
Environment
- Browser: Chrome
- Device: Desktop
Bug Description
The Dark Mode toggle button (moon icon) in the navbar is not changing the website theme when clicked.
Current Behavior
Expected Behavior
Steps to Reproduce
Possible Cause
ThemeProvidermay not be configured correctly.Environment