overleaf/services/web/.storybook/manager.ts

16 lines
326 B
TypeScript
Raw Normal View History

import { addons } from '@storybook/addons'
import { create } from '@storybook/theming'
import './manager.css'
import brandImage from '../public/img/ol-brand/overleaf.svg'
const theme = create({
base: 'light',
brandTitle: 'Overleaf',
brandUrl: 'https://www.overleaf.com',
brandImage,
})
addons.setConfig({ theme })