Use themes on a view
journey.config methods
journey.config methodsView level config
{
"themes": [
{
"name": "admin",
"colors": {
"system": {
"primary": "lightblue"
}
}
}
]
}Last updated