@spaced-out/ui-design-system
Version:
Sense UI components library
12 lines (9 loc) • 311 B
JavaScript
import {create} from 'storybook/theming';
export default create({
base: 'light',
brandTitle: 'Genesis',
brandImage: 'https://cdn.sensehq.com/genesis/hashed/static/images/Logo.png',
fontBase: '"Centra No 2", "proxima-nova", "Helvetica Neue"',
textColor: '#17172A',
textInverseColor: '#ffffff',
});