-
When I compile the base project, after cloning the template, I see these warnings. File structure:
I ended up having to hardcode the background in Layout.tsx by specifying it in the html tag (since it gets overridden by the theme-ui defaults anywhere else):
I was able to change the background color but can't get any text colors to change. Here's my site: https://www.munchables.io/ (it's a WIP) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I have the same exact problem with the Jodie theme. |
Beta Was this translation helpful? Give feedback.
-
The plugin is compatible with Gatsby 4, it's only a matter of correct But it all works, it's just a npm warning |
Beta Was this translation helpful? Give feedback.
The plugin is compatible with Gatsby 4, it's only a matter of correct
peerDeps
set. I'll want to update to Theme UI 0.14 soonish (https://github.com/LekoArts/gatsby-themes/projects/3#card-75896344) which will mitigate this.But it all works, it's just a npm warning