mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 11:34:21 +00:00
10 lines
285 B
JavaScript
10 lines
285 B
JavaScript
|
import { create } from '@storybook/theming'
|
||
|
|
||
|
export default create({
|
||
|
base: 'light',
|
||
|
brandTitle: 'Bluelib React',
|
||
|
brandUrl: 'https://github.com/Steffo99/bluelib-react',
|
||
|
// TODO: Change this when Bluelib has an icon
|
||
|
// brandImage: 'https://place-hold.it/350x150',
|
||
|
})
|