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
feat: Implement theme toggle functionality and enhance UI consistency
- Added a theme toggle button in the ResponsiveAppBar component to switch between light and dark modes.
- Created a ColorModeContext to manage theme state and persist user preference in localStorage.
- Updated various components to use theme-based colors for backgrounds, text, and borders, ensuring a consistent look across light and dark modes.
- Refactored theme.js to support dynamic theme generation based on the selected mode.
- Adjusted styles in multiple components (Footer, GenerativeChat, InfoSessionModal, etc.) to utilize theme palette for colors, improving maintainability and readability.
- Replaced hardcoded colors with theme palette values for better adaptability to theme changes.
0 commit comments