mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
b0c050fece
Co-authored-by: georgewrmarshall <george.marshall@consensys.net>
13 lines
270 B
JavaScript
13 lines
270 B
JavaScript
// .storybook/YourTheme.js
|
|
|
|
import { create } from '@storybook/theming';
|
|
|
|
export default create({
|
|
base: 'light',
|
|
brandTitle: 'MetaMask Storybook',
|
|
|
|
// Typography
|
|
fontBase: 'Euclid, Roboto, Helvetica, Arial, sans-serif',
|
|
fontCode: 'Inconsolata, monospace',
|
|
});
|