Closed NikiSchlifke closed 4 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed because of inactivity. Please open a new issue if are still encountering problems.
Currently using the ThemeProvider inside a Layout Component does not work. Using the ThemeProvider inside a regular component provides the theme to the first child but does not propagate.
I had to use the workaround described here: https://stackoverflow.com/questions/55821752/where-to-put-theme-file-when-using-the-gatsby-plugin-material-ui-with-gatsby
This works for me: