Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit 9ffb6f1

Browse files
authored
docs: fix wrong import from emotion-theming
Reported here : doczjs/docz#1227
1 parent c1214bd commit 9ffb6f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/docs/documentation/customizing/gatsby-theme.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ One of the coolest thing of Docz is that you can create your own theme if you wa
117117
```js
118118
import React from 'react'
119119
import { theme, useConfig, ComponentsProvider } from 'docz'
120-
import { ThemeProvider } from 'emotion-theming'
120+
import { ThemeProvider } from 'theme-ui'
121121
import baseComponents from 'gatsby-theme-docz/src/components'
122122

123123
import { Menu } from './MyBeautifulMenu'

0 commit comments

Comments
 (0)