theme.js 288 B

12345678910
  1. import { create } from '@storybook/theming'
  2. export default create({
  3. base: 'dark',
  4. brandTitle: '@joystream/atlas',
  5. brandUrl: 'https://joystream.org',
  6. brandImage:
  7. 'https://raw.githubusercontent.com/Joystream/design/master/logo/logo/PNG/Logo-horisontal-basic-white-1x.png',
  8. })