Closed meugeniatr closed 4 years ago
There is a bug in the redux example. #28 will fix it
@hupe1980 Should it be closed now that #28 is merged?
Looked at #28 and didnt see anything related to the READMEs changed in regard to that. Or am I missing something?
I had to rename the directory:
examples/using-redux/src/gatsby-theme-material-ui/components/top-layout.js → examples/using-redux/src/gatsby-theme-material-ui-top-layout/components/top-layout.js
Now the example fits the README again
Hello,
I am trying to be able to change the theme by using the documentation or examples but I see no changes.
In the documentation it says:
Create & Edit src/gatsby-theme-material-ui-top-layout/theme.js
I have done this, and see no change to my theme.
I also check the examples and in the redux examples the theme is in another folder name:
src/gatsby-theme-material-ui/theme.js
I also done this, and I am not able to see any changes.
Here is my theme.js:
And my config:
Do I miss a step ? Is there something to do to apply the theme over all material-ui components ?
Thank you,