UNPKG

storybook-addon-material-ui5-react18

Version:

Storybook Addon for Material UI 5 Library with React 18 Support

14 lines (13 loc) 294 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.lightTheme = void 0; var _styles = require("@mui/material/styles"); var lightTheme = exports.lightTheme = (0, _styles.createTheme)({ palette: { primary: { main: 'rgb(98, 126, 157)' } } });