UNPKG

storybook-addon-material-ui

Version:
17 lines (14 loc) 315 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.lightTheme = void 0; var _styles = require("@material-ui/core/styles"); var lightTheme = (0, _styles.createMuiTheme)({ palette: { primary: { main: 'rgb(98, 126, 157)' } } }); exports.lightTheme = lightTheme;