You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/docs/src/pages/guides/nested-theme-providers.mdx
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,7 @@ The nested `ThemeProvider` component can use a functional theme to avoid deep me
25
25
26
26
## Gatsby themes
27
27
28
-
When building a Gatsby theme, you should use [`gatsby-plugin-theme-ui`](/gatsby-plugin) for parts of your theme that should be overridden or merged with other themes.
28
+
When building a Gatsby theme, you should use [`gatsby-plugin-theme-ui`](/packages/gatsby-plugin) for parts of your theme that should be overridden or merged with other themes.
29
29
If you need to specify a Gatsby theme-specific subtheme, use a nested Theme Provider in a layout component that only renders around pages that you control.
30
30
This allows the end user to change their site-level theme without affecting custom styles you might need in your theme.
31
31
The end user can still shadow any components in your theme if they need to.
0 commit comments