mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:01:07 +08:00
Merge pull request #10194 from storybookjs/shilman-patch-1
Fix theming import
This commit is contained in:
commit
1990c520ef
@ -42,7 +42,7 @@ First create a new file in `.storybook` called `yourTheme.js`.
|
||||
Next paste the code below and tweak the variables.
|
||||
|
||||
```ts
|
||||
import { create } from '@storybook/theming/create';
|
||||
import { create } from '@storybook/theming';
|
||||
|
||||
export default create({
|
||||
base: 'light',
|
||||
|
Loading…
x
Reference in New Issue
Block a user