Examples
Increasing the size of buttons
App level
{
"name": "custom-light-theme",
"extends": ["light"],
"components": {
"button": {
"font-size": 22,
"icon-size": 24,
"content-padding": 26
}
}
}function init() {
// initialize any data here that should be available when the view is shown
journey.config.setTheme("custom-light-theme");
}View level
Component level
Enabling or disabling object-table column filters
object-table column filtersLast updated