Skip to content

feat: implement dark mode support and theme toggle functionality#8

Merged
Ramzi-Abidi merged 1 commit into
mainfrom
feat/dark-mode
Jul 6, 2026
Merged

feat: implement dark mode support and theme toggle functionality#8
Ramzi-Abidi merged 1 commit into
mainfrom
feat/dark-mode

Conversation

@Ramzi-Abidi

Copy link
Copy Markdown
Owner

Summary

Adds dark mode support across the application by configuring Tailwind CSS, introducing a useTheme hook for theme management, integrating it into the app, and updating components with dark mode styles to provide a consistent experience in both light and dark themes.

Changes made

  • Added dark mode configuration in Tailwind CSS.
  • Introduced useTheme hook for managing theme state and toggling between light and dark modes.
  • Updated App component to integrate theme management.
  • Enhanced various components to support dark mode styling, ensuring consistent UI across light and dark themes.

- Added dark mode configuration in Tailwind CSS.
- Introduced useTheme hook for managing theme state and toggling between light and dark modes.
- Updated App component to integrate theme management.
- Enhanced various components to support dark mode styling, ensuring consistent UI across light and dark themes.
@Ramzi-Abidi
Ramzi-Abidi merged commit 6cf8127 into main Jul 6, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant