Color Presets
How to change available color presets
..
├── _theme1.module.scss
├── _theme2.module.scss
├── ..
├── ..
├── ..
├── _theme6.module.scssconst config = {
basename: '',
defaultPath: '/dashboard/default',
fontFamily: `'Roboto', sans-serif`,
borderRadius: 12,
outlinedFilled: true,
theme: 'light',
presetColor: 'default', // default, theme1, theme2 to theme6 available
...
..
.Last updated