1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-22 11:34:21 +00:00
bluelib/.storybook/BluelibTheme.js

10 lines
285 B
JavaScript
Raw Normal View History

2021-08-24 11:05:48 +00:00
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',
})