uniswap-interface-uncensored/.storybook/theme.ts
Jordan Frankfurt 0ec6cad6d1
Revert "fix(storybook): remove it for now" (#9)
fix rebass types to work with storybook
2021-02-16 17:33:55 -05:00

18 lines
413 B
TypeScript

import { create } from '@storybook/theming'
// this themes the storybook UI
const uniswapBaseTheme = {
brandTitle: 'Uniswap Design',
brandUrl: 'https://uniswap.org',
brandImage: 'https://ipfs.io/ipfs/QmNa8mQkrNKp1WEEeGjFezDmDeodkWRevGFN8JCV7b4Xir'
}
export const light = create({
base: 'light',
...uniswapBaseTheme
})
// export const dark = create({
// base: 'dark',
// ...uniswapBaseTheme,
// })