0ec6cad6d1
fix rebass types to work with storybook
5 lines
111 B
TypeScript
5 lines
111 B
TypeScript
import { addons } from '@storybook/addons'
|
|
import { light } from './theme'
|
|
|
|
addons.setConfig({ theme: light })
|