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(theme): add Theme support #89

Merged
merged 3 commits into from
Aug 22, 2022
Merged

feat(theme): add Theme support #89

merged 3 commits into from
Aug 22, 2022

Conversation

niloysikdar
Copy link
Member

This Pull Request covers:

  • Add Theme with context API
  • Changes to makeStyles function to accept themeClasses inside useStyles hook
  • Default Theme and types
  • TSDoc comments for the Theme interface and theme props inside the Email

Resolves #88

Signed-off-by: Niloy Sikdar niloysikdar30@gmail.com

Add Theme with context API
Changes to makeStyles function to accept themeClasses inside useStyles hook
Default Theme and types

Resolves #88

Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
@niloysikdar niloysikdar added the GSoC 2022 Issues and Pull Requests under Google Summer of Code 2022 label Aug 21, 2022
@agentmilindu agentmilindu self-requested a review August 22, 2022 02:38
Add TSDoc comments for the Theme interface and theme props inside Email

Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
@agentmilindu agentmilindu merged commit 05544f5 into main Aug 22, 2022
@agentmilindu agentmilindu deleted the feat/88-setup-theme branch August 22, 2022 05:01
github-actions bot pushed a commit that referenced this pull request Aug 22, 2022
# [1.12.0](v1.11.0...v1.12.0) (2022-08-22)

### Features

* **theme:** add Theme support ([#89](#89)) ([05544f5](05544f5)), closes [#88](#88)
@github-actions
Copy link

🎉 This PR is included in version 1.12.0 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GSoC 2022 Issues and Pull Requests under Google Summer of Code 2022 released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setup Theme
2 participants