hypnagaga/.storybook/Theme.ts
2024-08-20 21:11:47 +01:00

10 lines
376 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',
});