Slide 41
Slide 41 text
import { create } from '@storybook/theming';
export default create({
base: 'light',
colorPrimary: '#00d5ff',
colorSecondary: '#2625a5',
textColor: '#2625a5',
brandTitle: 'Webmardi',
brandImage: require('./theme/webmardi.svg'),
});
.storybook/theme.js