Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: add custom theme #15

Merged
merged 1 commit into from
Nov 1, 2024
Merged

feat!: add custom theme #15

merged 1 commit into from
Nov 1, 2024

Conversation

ishaan000
Copy link
Collaborator

  • Add theme.ts to create common theme structure for components.
  • Add light and dark and dark mode themes.
  • Add ThemeContext.tsx for theme management.
  • Edit Layout.tsx to add ThemeProvider and CssBaseline.
  • Add theme.test.tsx to test themes.
  • Install roboto font.

- Add theme.ts to create common theme structure for components.
- Add light and dark and dark mode themes.
- Add ThemeContext.tsx for theme management.
- Edit Layout.tsx to add ThemeProvider and CssBaseline.
- Add theme.test.tsx to test themes.
- Install roboto font.
@ishaan000 ishaan000 added enhancement New feature or request feature Related to new feature labels Oct 29, 2024
@ishaan000 ishaan000 self-assigned this Oct 29, 2024
Copy link
Member

@hiyaryan hiyaryan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work @ishaan000! 🙌

@hiyaryan hiyaryan merged commit 808cb93 into main Nov 1, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature Related to new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants