UNPKG

@wfp/react

Version:
15 lines (11 loc) 273 B
import { create } from '@storybook/theming/create'; export default create({ base: 'light', // Typography fontBase: '"Open Sans", sans-serif', fontCode: 'monospace', // Text colors textColor: '#031c2d', headerCommon: { color: 'red' }, brandUrl: null, });