hypnagaga/.storybook/Theme.ts
2023-04-26 15:07:27 +01:00

9 lines
No EOL
371 B
TypeScript

import { create } from '@storybook/theming/create';
export default create({
base: 'light',
brandTitle: 'Reuters Graphics components',
brandUrl: 'https://reuters-graphics.github.io/graphics-components/',
brandImage: 'https://graphics.thomsonreuters.com/style-assets/images/logos/reuters-graphics-logo/svg/graphics-logo-color-dark.svg',
brandTarget: '_self',
});