Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 4ff32d7

Browse files
committed
add base theme
1 parent 906c58b commit 4ff32d7

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.storybook/theme.js

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
import {create} from '@storybook/theming/create'
2-
import tailwindConfig from '../tailwind.config'
32

4-
export default create({})
3+
/**
4+
* Configure Storybook theme.
5+
*
6+
* @see https://storybook.js.org/docs/react/configure/theming#create-a-theme-quickstart
7+
*/
8+
export default create({
9+
base: 'light',
10+
brandTitle: 'WebDevStudios',
11+
brandUrl: 'https://webdevstudios.com'
12+
})

0 commit comments

Comments
 (0)