Arindam200 / makaut_buddy

This project provides study material for college students.
https://makaut-buddy.vercel.app
MIT License
30 stars 39 forks source link

feat: Set Default theme as Dark #143

Closed Arindam200 closed 1 month ago

Arindam200 commented 1 month ago

Description

We need to set the default theme of this project to Dark. This change should ensure that even if the user's default theme is Light, the project will still display in Dark mode.

Acceptance Criteria

  1. The default theme of the project should be Dark.
  2. The theme should remain Dark even if the user's system or browser default theme is set to Light.
  3. Ensure that all components and pages are correctly styled in Dark mode.
  4. Update any relevant documentation to reflect this change.

Steps to Implement

  1. Update the theme configuration in the project settings to set Dark as the default theme.
  2. Override any user-specific theme settings to ensure the project always uses Dark mode.
  3. Test the application to ensure all elements are properly styled in Dark mode.
  4. Update documentation and notify the team of this change.

Additional Information

Asin-Junior-Honore commented 1 month ago

hey @Arindam200 can you assign this to me pleasešŸ„²

Arindam200 commented 1 month ago

Sure, Go ahead @Asin-Junior-Honore

Arindam200 commented 1 month ago

Fixed #144