Material-UI Color Palette Reference
You can use Material-UI customizations to quickly style your Heretto Deploy Portal.
For more information, refer to: Customize MUI with your theme.
Customization Example
You can overwrite the default settings by editing the config.json
file.
"theme": {
"palette": {
"type": "light",
"primary": {
"dark": "#333",
"main": "#666",
"light": "#999",
"contrastText": "#DDD"
},
"secondary": {
"main": "rgb(20,120,155)",
}
}
},