Skip to content
Snippets Groups Projects
theme.ts 205 B
import { create } from '@storybook/theming';

export default create({
  base: 'light',
  brandTitle: "Res'in Design system",
  brandUrl: 'https://resin.grandlyon.com',
  brandImage: './sb-header.png',
});